Protokollwriter weitergeführt
Lässt sich noch nicht bauen!
This commit is contained in:
13
Models/Auftraggeber.cs
Normal file
13
Models/Auftraggeber.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Models {
|
||||
public class Auftraggeber {
|
||||
public string Name ="";
|
||||
public string Ort = "";
|
||||
public string Strasse = "";
|
||||
public string Tel = "";
|
||||
public IEnumerable<Bauvorhaben> Baustellen = new List<Bauvorhaben>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user