public ProductsController(SugarbakersDBContext context) { _context = context; }
public OrderController(SugarbakersDBContext context) { _context = context; }
public CustomerController(SugarbakersDBContext context) { _context = context; }
public ZipsController(SugarbakersDBContext context) { _context = context; }
public PaymentsController(SugarbakersDBContext context) { _context = context; }
public ItemsonOrdersController(SugarbakersDBContext context) { _context = context; }