WIP dependency Injection

This commit is contained in:
HuskyTeufel
2021-09-13 15:37:23 +02:00
parent 70fcb1711d
commit 12652b3fa3
96 changed files with 4836 additions and 505 deletions

View File

@@ -11,6 +11,7 @@ namespace DaSaSo.Domain.Model
public string Firstname { get; set; }
public string LastName { get; set; }
public string Country { get; set; }
public string Street { get; set; }
public string Postcode { get; set; }
public IEnumerable<Project> Projects { get; set; }