Esempio n. 1
0
 public static List <SystemProvinceWrapper> FindAllByCountryID(SystemCountryWrapper countryID)
 {
     return(ConvertToWrapperList(businessProxy.FindAllByCountryID(countryID.Entity)));
 }
Esempio n. 2
0
 public static List <SystemProvinceWrapper> FindAllByOrderByAndFilterAndCountryID(string orderByColumnName, bool isDesc, SystemCountryWrapper countryID, PageQueryParams pageQueryParams)
 {
     return(ConvertToWrapperList(businessProxy.FindAllByOrderByAndFilterAndCountryID(orderByColumnName, isDesc, countryID.Entity, pageQueryParams)));
 }