public CustomerController(SweetPotatoContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PaymentRequestController(SweetPotatoContext context)
 {
     _context = context;
 }
 public NotificationController(SweetPotatoContext context)
 {
     _context = context;
 }