Example #1
0
 public System.Threading.Tasks.Task <Wirecard.DeveloperPortal.Core.SubscriberService.MSelectSubscriberOutput> SelectSubscriberAsync(Wirecard.DeveloperPortal.Core.SubscriberService.MAuthToken token, Wirecard.DeveloperPortal.Core.SubscriberService.MSelectSubscriberInput input)
 {
     return(base.Channel.SelectSubscriberAsync(token, input));
 }
Example #2
0
 public Wirecard.DeveloperPortal.Core.SubscriberService.MSelectSubscriberOutput SelectSubscriber(Wirecard.DeveloperPortal.Core.SubscriberService.MAuthToken token, Wirecard.DeveloperPortal.Core.SubscriberService.MSelectSubscriberInput input)
 {
     return(base.Channel.SelectSubscriber(token, input));
 }