Added endpoints to update verspakketten and add beoordeling. Added some validations and other tweaks
This commit is contained in:
@@ -9,6 +9,7 @@ public class Verspakket : BaseEntity
|
||||
[MaxLength(50)]
|
||||
public required string Naam { get; set; }
|
||||
|
||||
[Range(0, int.MaxValue)]
|
||||
public int? PrijsInCenten { get; set; }
|
||||
|
||||
[Range(1, 10)]
|
||||
|
||||
Reference in New Issue
Block a user