Пример #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));
 }
Пример #2
0
 public SendSMSRequestBody(SendInformationSMSService.MAuthToken token, SendInformationSMSService.MSendSMSInput input)
 {
     this.token = token;
     this.input = input;
 }