public User_Client_Card_InfoController(PaymentGatewayUserContext context)
 {
     _context = context;
 }
예제 #2
0
 public PaymentGatewayController(PaymentGatewayUserContext context)
 {
     _context = context;
 }