Ejemplo n.º 1
0
 public PaymentDetailsController(ThisisPaymentAPIContext context)
 {
     _context = context;
 }
 public CustomerDetailsController(ThisisPaymentAPIContext context)
 {
     _context = context;
 }