Health check

This commit is contained in:
Julian
2022-02-12 14:48:49 +01:00
parent 0e1b585db6
commit 9fa602664f
10 changed files with 94 additions and 6 deletions

View File

@@ -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>();