PersonEditPage finished

This commit is contained in:
2024-10-05 12:24:38 +02:00
Unverified
parent 065c27642e
commit a3c6ab04eb
8 changed files with 109 additions and 4 deletions

View File

@@ -23,6 +23,9 @@ public class GenderResponse : Gender, IQueryOrderable<GenderResponse>
#region CONSTRUCTORS
[JsonConstructor]
public GenderResponse() { }
[SetsRequiredMembers]
public GenderResponse(Database.Model.Common.Gender gender)