Пример #1
0
 public IList <AdminUserInfo> GetAdminUserListByRoleID(int roleID)
 {
     return(adminUserDAL.GetAdminUserListByRoleID(roleID));
 }