예제 #1
0
        public ActionResult Index()
        {
            var cart = _shoppingCartLocator.GetCart();

            return(View(new CatalogViewModel(cart, _productCatalog.GetCategoryNames(), new Product[] {})));
        }