public User_Client_Card_InfoController(PaymentGatewayUserContext context)
 {
     _context = context;
 }
Пример #2
0
 public PaymentGatewayController(PaymentGatewayUserContext context)
 {
     _context = context;
 }