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

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