UserPage created

This commit is contained in:
2024-10-28 00:35:32 +01:00
Unverified
parent b53f907310
commit 017b3ac185
28 changed files with 145 additions and 5 deletions

View File

@@ -19,6 +19,9 @@ public class AccountResponse : Account
#region CONSTRUCTORS
[JsonConstructor]
public AccountResponse() {}
[SetsRequiredMembers]
public AccountResponse(Database.Model.Account.Account account)