Example #1
0
 public static List <CommonRateList> GetRate(ItemListDetails itemsDetail)
 {
     try
     {
         List <CommonRateList> lstCommonRate = AspxShipRateProvider.GetRate(itemsDetail);
         return(lstCommonRate);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Example #2
0
        public static List <States> GetStatesByCountry(string countryCode)
        {
            List <States> lstState = AspxShipRateProvider.GetStatesByCountry(countryCode);

            return(lstState);
        }
Example #3
0
        public static List <CountryList> LoadCountry()
        {
            List <CountryList> lstCountry = AspxShipRateProvider.LoadCountry();

            return(lstCountry);
        }