Beispiel #1
0
        public IActionResult AddProduct()
        {
            ShoppingManager mgr = new ShoppingManager(_connectionString);

            return(View(mgr.GetAllCategories()));
        }