fixes and tweaks
This commit is contained in:
@@ -9,4 +9,7 @@ public sealed record UpdateVerspakketRequest(
|
||||
[Required, MaxLength(50)] string Naam,
|
||||
[Range(0, int.MaxValue)] int PrijsInCenten,
|
||||
[Range(1, 10)] int AantalPersonen,
|
||||
[Required] Guid SupermarktId);
|
||||
[Required] Guid SupermarktId,
|
||||
IReadOnlyList<VerspakketFotoRequest>? Fotos = null);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user