public CustomerController(SweetPotatoContext context) { _context = context; }
public PaymentRequestController(SweetPotatoContext context) { _context = context; }
public NotificationController(SweetPotatoContext context) { _context = context; }