Classes expanded
This commit is contained in:
@@ -10,5 +10,9 @@ namespace DaSaSo.Domain.Model
|
||||
{
|
||||
public string Firstname { get; set; }
|
||||
public string LastName { get; set; }
|
||||
public string Country { get; set; }
|
||||
public string Postcode { get; set; }
|
||||
public IEnumerable<Project> Projects { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user