Пример #1
0
        public TokenPreAuthorisationView GetTokenPreAuthView()
        {
            TokenPreAuthorisationView ctrl = new TokenPreAuthorisationView(_paymentService);

            return(ctrl);
        }
Пример #2
0
 public TokenPreAuthorisationView GetTokenPreAuthView()
 {
     TokenPreAuthorisationView ctrl = new TokenPreAuthorisationView(_paymentService);
     return ctrl;
 }