示例#1
0
 public static bool IsExist(string roleName)
 {
     return(dal.IsExist(roleName));
 }