예제 #1
0
        public ActionResult AddCart(int productId)
        {
            _shoppingCartService.AddCart(productId);


            return(Ok());
        }