Esempio n. 1
0
 public GetNewMessagesResponseBody(RielAp.Advertising.TurboSMSService.ArrayOfString GetNewMessagesResult)
 {
     this.GetNewMessagesResult = GetNewMessagesResult;
 }
Esempio n. 2
0
 public SendSMSResponseBody(RielAp.Advertising.TurboSMSService.ArrayOfString SendSMSResult)
 {
     this.SendSMSResult = SendSMSResult;
 }