Exemple #1
0
 public SmsStatisticForNamDong.SmsService.ArrayOfString GuiMotHoacNhieuTin(SmsStatisticForNamDong.SmsService.NmnMsg[] msg)
 {
     SmsStatisticForNamDong.SmsService.GuiMotHoacNhieuTinRequest inValue = new SmsStatisticForNamDong.SmsService.GuiMotHoacNhieuTinRequest();
     inValue.Body     = new SmsStatisticForNamDong.SmsService.GuiMotHoacNhieuTinRequestBody();
     inValue.Body.msg = msg;
     SmsStatisticForNamDong.SmsService.GuiMotHoacNhieuTinResponse retVal = ((SmsStatisticForNamDong.SmsService.SmsBrandnameSoap)(this)).GuiMotHoacNhieuTin(inValue);
     return(retVal.Body.GuiMotHoacNhieuTinResult);
 }
Exemple #2
0
 SmsStatisticForNamDong.SmsService.GuiMotHoacNhieuTinResponse SmsStatisticForNamDong.SmsService.SmsBrandnameSoap.GuiMotHoacNhieuTin(SmsStatisticForNamDong.SmsService.GuiMotHoacNhieuTinRequest request)
 {
     return(base.Channel.GuiMotHoacNhieuTin(request));
 }