Sewerpoints und Objektnummern hinzugefügt
This commit is contained in:
@@ -9,6 +9,7 @@ namespace DaSaSo.Domain.Model
|
||||
public class Project : DomainObject
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Projektnummer { get; set; }
|
||||
public Client Client { get; set; }
|
||||
public ICollection<Buildingsite> BuildingSites { get; set; } = new List<Buildingsite>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user