Пример #1
0
        public ActionResult SetDeliveryMethod(string deliveryMethod)
        {
            IcbcodeCart shopping_cart = new IcbcodeCart(HttpContext);

            shopping_cart.SetDeliveryMethod(deliveryMethod);

            return(new EmptyResult());
        }