Syncfusion lizens hinzugefügt

This commit is contained in:
Husky
2020-02-13 20:35:51 +01:00
parent 8736b12490
commit 07e9a1c50b
7 changed files with 89 additions and 52 deletions

View File

@@ -8,6 +8,9 @@ namespace KanSan
public Guid KundenID { get; set; }
public string Vorname { get; set; }
public string Nachname { get; set; }
public string Strasse { get; set; }
public string PLZ { get; set; }
public string Ort { get; set; }
public List<Baustelle> Baustellen { get; } = new List<Baustelle>();
}