public DeleteModel(Bakery.Data.BakeryContext context) { _context = context; }
public CreateModel(Bakery.Data.BakeryContext context) { _context = context; }
public IndexModel(Bakery.Data.BakeryContext context) { _context = context; }
public EditModel(Bakery.Data.BakeryContext context) { _context = context; }
public DetailsModel(Bakery.Data.BakeryContext context) { _context = context; }