aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities/User.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Entities/User.cs')
-rw-r--r--Timeline/Entities/User.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Timeline/Entities/User.cs b/Timeline/Entities/User.cs
index b5664bb0..1b5a469d 100644
--- a/Timeline/Entities/User.cs
+++ b/Timeline/Entities/User.cs
@@ -23,19 +23,4 @@
public bool IsValid { get; set; }
public UserInfo UserInfo { get; set; }
}
-
- public class CreateUserRequest
- {
- public string Username { get; set; }
- public string Password { get; set; }
- public string[] Roles { get; set; }
- }
-
- public class CreateUserResponse
- {
- public const int SuccessCode = 0;
- public const int AlreadyExistsCode = 1;
-
- public int ReturnCode { get; set; }
- }
}