diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-14 05:25:12 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-14 05:25:12 +0100 |
| commit | 99b0c09a6bb984d811b63788015cfad1855b5f3c (patch) | |
| tree | 8b6c3c9b70384bd3f00a46945e8bcb5bd474b3a1 /code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs | |
| parent | 798895a91f8533f22f94f4c4800dc9a2c9628ab6 (diff) | |
| download | greatoffice-99b0c09a6bb984d811b63788015cfad1855b5f3c.tar.xz greatoffice-99b0c09a6bb984d811b63788015cfad1855b5f3c.zip | |
refactor: Endpoints
- Model payloads in relevant route class
- Move RequestTimeZoneInfo out of EndpointBase
Diffstat (limited to 'code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs')
| -rw-r--r-- | code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs b/code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs deleted file mode 100644 index 1161af3..0000000 --- a/code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace IOL.GreatOffice.Api.Endpoints.Internal.Account; - -/// <summary> -/// Payload for creating new user accounts. -/// </summary> -public class CreateAccountPayload -{ - /// <summary> - /// Username for the new account. - /// </summary> - public string Username { get; set; } - - /// <summary> - /// Password for the new account. - /// </summary> - public string Password { get; set; } -}
\ No newline at end of file |
