예제 #1
0
 public static IList <RoleInfo> GetRoleListNotInRole(int adminId)
 {
     return(dal.GetRoleListNotInRole(adminId));
 }