diff options
Diffstat (limited to 'ExamTemplate/Common/RoleConst.cs')
| -rw-r--r-- | ExamTemplate/Common/RoleConst.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ExamTemplate/Common/RoleConst.cs b/ExamTemplate/Common/RoleConst.cs deleted file mode 100644 index 7d72fea..0000000 --- a/ExamTemplate/Common/RoleConst.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Collections.Generic; - -namespace ExamTemplate.Common -{ - public static class RoleConst - { - public const string User = "User"; - public const string Admin = "Administrator"; - - public static List<string> GetAllNames() - { - return new List<string>() { - User, Admin - }; - } - } -} |
