namespace ExamTemplate.Common { public static class RoleConst { public static string User = "User"; public static string Admin = "Administrator"; } }