Health check
This commit is contained in:
@@ -9,5 +9,7 @@ namespace weddingapi.Dtos
|
||||
public string Name { get; init; }
|
||||
[Required]
|
||||
public IList<PersonDto> Members { get; init;}
|
||||
[Required]
|
||||
public bool Overnight { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user