Clients sind nicht mehr als oberste Prio
This commit is contained in:
@@ -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>();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user