WPF hinzugefügt

This commit is contained in:
Husky
2021-02-26 18:31:57 +01:00
parent 6761b17f4d
commit 746353e54e
34 changed files with 1261 additions and 37 deletions

View File

@@ -9,6 +9,6 @@ namespace Models {
public string Ort {get;set;}
public string Strasse {get;set;}
public string Tel {get;set;}
public IEnumerable<Bauvorhaben> Baustellen = new List<Bauvorhaben>();
public List<Bauvorhaben> Baustellen { get; set; }
}
}