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

@@ -40,6 +40,9 @@ public class PersonResponse : Person, IQueryOrderable<PersonResponse>
#region CONSTRUCTORS
[JsonConstructor]
public PersonResponse() { }
[SetsRequiredMembers]
public PersonResponse(Database.Model.Person.Person person)
{