コード例 #1
0
 public List <OrganizationInfo> GetList(string textWhere, string textOrder)
 {
     return(dal.GetList(textWhere, textOrder));
 }