Exemplo n.º 1
0
        public ActionResult Index()
        {
            var cart = _shoppingCartLocator.GetCart();

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