Ejemplo n.º 1
0
        public TokenPaymentView GetTokenPaymentView()
        {
            TokenPaymentView ctrl = new TokenPaymentView(_paymentService);

            return(ctrl);
        }
Ejemplo n.º 2
0
 public TokenPaymentView GetTokenPaymentView()
 {
     TokenPaymentView ctrl = new TokenPaymentView(_paymentService);
     return ctrl;
 }