예제 #1
0
 public static string GetUserRoleKey(string RoleString)
 {
     return(UserRightsDAL.GetUserRoleKey(RoleString));
 }