Example #1
0
        //---------------Delete multiple cost Depandencies --------------------------

        public static void DeleteCostDependencies(string shippingProductCostIds, AspxCommonInfo aspxCommonObj)
        {
            try
            {
                AspxShipMethodMgntProvider.DeleteCostDependencies(shippingProductCostIds, aspxCommonObj);
            }
            catch (Exception e)
            {
                throw e;
            }
        }