Clients sind nicht mehr als oberste Prio
This commit is contained in:
@@ -8,6 +8,7 @@ namespace DaSaSo.Domain.Model
|
||||
{
|
||||
public class Buildingsite : DomainObject
|
||||
{
|
||||
public Client Client { get; set; }
|
||||
public Project Project { get; set; }
|
||||
public string BuildingSiteNumber { get; set; }
|
||||
public string Country { get; set; }
|
||||
|
||||
@@ -13,7 +13,7 @@ namespace DaSaSo.Domain.Model
|
||||
public string Country { get; set; }
|
||||
public string Street { get; set; }
|
||||
public string Postcode { get; set; }
|
||||
public ICollection<Project> Projects { get; set; } = new List<Project>();
|
||||
//public ICollection<Project> Projects { get; set; } = new List<Project>();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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