public List <FrayteDirectBookingCountry> Country(int OperationZoneId, int LogisticZoneId, string LogisticType, string CourierCompany, string RateType, string ModuleType) { var list = new ZoneCountryRepository().GetDirectBookingCountry(OperationZoneId, LogisticZoneId, LogisticType, CourierCompany, RateType, ModuleType); return(list); }
public List <FrayteZoneCountry> ZoneCountryDetail(int OperationZoneId, string LogisticType, string CourierCompany, string RateType, string ModuleType) { var list = new ZoneCountryRepository().GetZoneCountryDetail(OperationZoneId, LogisticType, CourierCompany, RateType, ModuleType); return(list); }
public List <FrayteOperationZone> OperationZone() { var list = new ZoneCountryRepository().GetOperationZone(); return(list); }