Esempio n. 1
0
 public static IList <RoleInfo> GetRoleListByRoleId(int adminId)
 {
     return(dal.GetRoleListByRoleId(adminId));
 }