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

@@ -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; }
}
}