Ejemplo n.º 1
0
 public GetSmsStatusResponseBody(SmsService.ArrayOfString GetSmsStatusResult)
 {
     this.GetSmsStatusResult = GetSmsStatusResult;
 }
Ejemplo n.º 2
0
 public SendCustomBulkSmsResponseBody(SmsService.ArrayOfString SendCustomBulkSmsResult)
 {
     this.SendCustomBulkSmsResult = SendCustomBulkSmsResult;
 }