Esempio n. 1
0
 // GET: Pizzas
 public async Task <IActionResult> Index()
 {
     return(View(await _pizzaRepo.GetAllAsync()));
 }