public User_Client_Card_InfoController(PaymentGatewayUserContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public PaymentGatewayController(PaymentGatewayUserContext context)
 {
     _context = context;
 }