ObjekteList umgeändert

This commit is contained in:
Husky
2018-06-24 11:54:19 +02:00
parent 4ec720182b
commit 21060aa2a5
6 changed files with 162 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ namespace KlassenBIB
[ContentProperty("Objekte")]
public class Strasse
{
public string Nummer { get; set; }
public string Strassename { get; set; }
public string Ort { get; set; }