Clients sind nicht mehr als oberste Prio

This commit is contained in:
HuskyTeufel
2021-11-01 16:10:46 +01:00
parent d4da9fd0da
commit ee46751fa6
16 changed files with 513 additions and 57 deletions

View File

@@ -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>();
}
}