Exemplo n.º 1
0
 public List <OrganizationInfo> GetList(string textWhere, string textOrder)
 {
     return(dal.GetList(textWhere, textOrder));
 }