Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SendInformationSMSService.SendSMSResponse> SendSMSAsync(SendInformationSMSService.MAuthToken token, SendInformationSMSService.MSendSMSInput input)
 {
     SendInformationSMSService.SendSMSRequest inValue = new SendInformationSMSService.SendSMSRequest();
     inValue.Body       = new SendInformationSMSService.SendSMSRequestBody();
     inValue.Body.token = token;
     inValue.Body.input = input;
     return(((SendInformationSMSService.MSendSMSServiceSoap)(this)).SendSMSAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <SendInformationSMSService.SendSMSResponse> SendInformationSMSService.MSendSMSServiceSoap.SendSMSAsync(SendInformationSMSService.SendSMSRequest request)
 {
     return(base.Channel.SendSMSAsync(request));
 }