예제 #1
0
 public List <AspUser> ListOrgAdminAspUser(int orgId, Guid roleId)
 {
     return(ApartmentMethods.ListOrgAdminAspUser(orgId, roleId));
 }