Beispiel #1
0
        public TokenPaymentView GetTokenPaymentView()
        {
            TokenPaymentView ctrl = new TokenPaymentView(_paymentService);

            return(ctrl);
        }
 public TokenPaymentView GetTokenPaymentView()
 {
     TokenPaymentView ctrl = new TokenPaymentView(_paymentService);
     return ctrl;
 }