Health check
This commit is contained in:
@@ -13,6 +13,8 @@ namespace weddingapi.Models
|
||||
|
||||
public IList<Person> Members { get; init; }
|
||||
|
||||
public bool Overnight { get; init; }
|
||||
|
||||
public Family()
|
||||
{
|
||||
this.Members = new List<Person>();
|
||||
|
||||
Reference in New Issue
Block a user