add missing fields
This commit is contained in:
@@ -6,9 +6,13 @@ namespace weddingapi.Models
|
||||
public record Family
|
||||
{
|
||||
public Guid Id { get; init; }
|
||||
|
||||
|
||||
public string Name { get; init; }
|
||||
|
||||
public string Email { get; init; }
|
||||
|
||||
public string Telephonenumber { get; init; }
|
||||
|
||||
public DateTimeOffset CreatedDate { get; set; }
|
||||
|
||||
public IList<Person> Members { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user