예제 #1
0
 public List <OrganizationModel> GetListByOrgID(int orgID)
 {
     return(dal.GetListByOrgID(orgID));
 }