aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Entities/UserEntity.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-12 21:38:43 +0800
committercrupest <crupest@outlook.com>2020-11-12 21:38:43 +0800
commite4c4a284571d51dcda373a0a1c047e634b17882d (patch)
tree2343fba4753576fd33a79e2f2d4fe1484e11f557 /BackEnd/Timeline/Entities/UserEntity.cs
parentb81a66ff49f5d9305108e92a009449ee5994862e (diff)
downloadtimeline-e4c4a284571d51dcda373a0a1c047e634b17882d.tar.gz
timeline-e4c4a284571d51dcda373a0a1c047e634b17882d.tar.bz2
timeline-e4c4a284571d51dcda373a0a1c047e634b17882d.zip
...
Diffstat (limited to 'BackEnd/Timeline/Entities/UserEntity.cs')
-rw-r--r--BackEnd/Timeline/Entities/UserEntity.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/BackEnd/Timeline/Entities/UserEntity.cs b/BackEnd/Timeline/Entities/UserEntity.cs
index 83fe9aea..83fa8f89 100644
--- a/BackEnd/Timeline/Entities/UserEntity.cs
+++ b/BackEnd/Timeline/Entities/UserEntity.cs
@@ -5,12 +5,6 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace Timeline.Entities
{
- public static class UserRoles
- {
- public const string Admin = "admin";
- public const string User = "user";
- }
-
[Table("users")]
public class UserEntity
{