From 0725e4f7cf4c6f723264b6d461b91c660d144cb7 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 30 Oct 2022 22:40:03 +0700 Subject: feat: Apiwork --- .../Endpoints/Internal/Account/CreateAccountPayload.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs') diff --git a/code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs b/code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs index dc73e68..1161af3 100644 --- a/code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs +++ b/code/api/src/Endpoints/Internal/Account/CreateAccountPayload.cs @@ -5,13 +5,13 @@ namespace IOL.GreatOffice.Api.Endpoints.Internal.Account; /// public class CreateAccountPayload { - /// - /// Username for the new account. - /// - public string Username { get; set; } + /// + /// Username for the new account. + /// + public string Username { get; set; } - /// - /// Password for the new account. - /// - public string Password { get; set; } -} + /// + /// Password for the new account. + /// + public string Password { get; set; } +} \ No newline at end of file -- cgit v1.3