Code cleanup
This commit is contained in:
@@ -10,10 +10,10 @@ namespace SewerStammGen.Shared.Domain
|
||||
{
|
||||
public class Projekt : DBObject
|
||||
{
|
||||
public string? Projektname { get; set; }
|
||||
public string? Erstelldatum { get; set; }
|
||||
public string? Strasse { get;set; }
|
||||
public string? Ort { get; set; }
|
||||
public string Projektname { get; set; } = String.Empty;
|
||||
public string Erstelldatum { get; set; } = String.Empty;
|
||||
public string Strasse { get; set; } = String.Empty;
|
||||
public string Ort { get; set; } = String.Empty;
|
||||
public Auftraggeber Auftraggeber { get; set; }
|
||||
public EExportType ExportType { get; set; }
|
||||
public EKodierungssystem Kodierungssystem { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user