public DetailsModel(PiePizza4.Models.PiePizzariaContext context) { _context = context; }
public CreateModel(PiePizza4.Models.PiePizzariaContext context) { _context = context; }
public IndexModel(PiePizza4.Models.PiePizzariaContext context) { _context = context; }