Clients sind nicht mehr als oberste Prio
This commit is contained in:
@@ -10,7 +10,7 @@ namespace DaSaSo.Domain.Model
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Projektnummer { get; set; }
|
||||
public Client Client { get; set; }
|
||||
//public Client Client { get; set; }
|
||||
public ICollection<Buildingsite> BuildingSites { get; set; } = new List<Buildingsite>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user