Ejemplo n.º 1
0
        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);
        }
Ejemplo n.º 2
0
        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);
        }
Ejemplo n.º 3
0
        public List <FrayteOperationZone> OperationZone()
        {
            var list = new ZoneCountryRepository().GetOperationZone();

            return(list);
        }