Erweitert
This commit is contained in:
@@ -4,10 +4,11 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Models {
|
||||
public class Auftraggeber {
|
||||
public string Name ="";
|
||||
public string Ort = "";
|
||||
public string Strasse = "";
|
||||
public string Tel = "";
|
||||
public int Id {get;set;}
|
||||
public string Name {get;set;}
|
||||
public string Ort {get;set;}
|
||||
public string Strasse {get;set;}
|
||||
public string Tel {get;set;}
|
||||
public IEnumerable<Bauvorhaben> Baustellen = new List<Bauvorhaben>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user