예제 #1
0
파일: Reference.cs 프로젝트: NhatPG/YKCD
 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));
 }
예제 #2
0
파일: Reference.cs 프로젝트: NhatPG/YKCD
 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);
 }
예제 #3
0
파일: Reference.cs 프로젝트: NhatPG/YKCD
 System.Threading.Tasks.Task <SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinResponse> SmsStatisticForYTe.SmsService.SmsBrandnameSoap.GuiMotHoacNhieuTinAsync(SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequest request)
 {
     return(base.Channel.GuiMotHoacNhieuTinAsync(request));
 }
예제 #4
0
파일: Reference.cs 프로젝트: NhatPG/YKCD
 SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinResponse SmsStatisticForYTe.SmsService.SmsBrandnameSoap.GuiMotHoacNhieuTin(SmsStatisticForYTe.SmsService.GuiMotHoacNhieuTinRequest request)
 {
     return(base.Channel.GuiMotHoacNhieuTin(request));
 }