WIP dependency Injection
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user