Exemplo n.º 1
0
        //coupon from basket page
        public ActionResult AddCoupon(string coupon)
        {
            basketService.AddCoupon(this.HttpContext, coupon);

            return(RedirectToAction("Index"));
        }