Пример #1
0
        public IActionResult ListAllIngredients()
        {
            var allIngredients = _pizzaService.GetAllIngredients();

            return(View(allIngredients));
        }