Example #1
0
 public UserController(PaymentExampleContext context)
 {
     _context = context;
 }
 public PaymentsController(IBraintreeConfiguration paymentConfig, PaymentExampleContext context)
 {
     _paymentConfig = paymentConfig;
     _context       = context;
 }