public static DataTable GetPagedCityNumbers(int provinceID, int cityID, Business.NumberType numberRecipientType, long downRange, int pageSize) { Business.City cityController = new Business.City(); return(cityController.GetPagedCityNumbers(provinceID, cityID, numberRecipientType, downRange, pageSize)); }
public static int GetCount(Guid zoneGuid, string prefix, string zipcode, Business.NumberType type, int opt) { Business.PersonsInfo personController = new Business.PersonsInfo(); return(personController.GetCount(zoneGuid, prefix, zipcode, type, opt)); }