public PaymentRequestConsumer(IPaymentSvc svc)
 {
     _svc = svc;
 }
Example #2
0
 public PaymentController(IPaymentSvc svc)
 {
     _svc = svc;
 }