public System.Threading.Tasks.Task <SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinResponse> GuiMotHoacNhieuTinAsync(SmsStatisticForYTe.SmsService.NmnMsg[] msg) { SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequest inValue = new SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequest(); inValue.Body = new SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequestBody(); inValue.Body.msg = msg; return(((SmsStatisticForYTe.SmsService.SmsBrandnameSoap)(this)).GuiMotHoacNhieuTinAsync(inValue)); }
public SmsStatisticForYTe.SmsService.ArrayOfString GuiMotHoacNhieuTin(SmsStatisticForYTe.SmsService.NmnMsg[] msg) { SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequest inValue = new SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequest(); inValue.Body = new SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequestBody(); inValue.Body.msg = msg; SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinResponse retVal = ((SmsStatisticForYTe.SmsService.SmsBrandnameSoap)(this)).GuiMotHoacNhieuTin(inValue); return(retVal.Body.GuiMotHoacNhieuTinResult); }
System.Threading.Tasks.Task <SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinResponse> SmsStatisticForYTe.SmsService.SmsBrandnameSoap.GuiMotHoacNhieuTinAsync(SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequest request) { return(base.Channel.GuiMotHoacNhieuTinAsync(request)); }
SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinResponse SmsStatisticForYTe.SmsService.SmsBrandnameSoap.GuiMotHoacNhieuTin(SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequest request) { return(base.Channel.GuiMotHoacNhieuTin(request)); }