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; }
|
||||
|
||||
Reference in New Issue
Block a user