示例#1
0
文件: Reference.cs 项目: NhatPG/YKCD
 public System.Threading.Tasks.Task <SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoResponse> GuiMotNoiDungNhieuSoAsync(string tenKhachHang, string phone, string msg, string username, string password, int id)
 {
     SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequest inValue = new SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequest();
     inValue.Body = new SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequestBody();
     inValue.Body.tenKhachHang = tenKhachHang;
     inValue.Body.phone        = phone;
     inValue.Body.msg          = msg;
     inValue.Body.username     = username;
     inValue.Body.password     = password;
     inValue.Body.id           = id;
     return(((SmsStatisticForYTe.SmsService.SmsBrandnameSoap)(this)).GuiMotNoiDungNhieuSoAsync(inValue));
 }
示例#2
0
文件: Reference.cs 项目: NhatPG/YKCD
 public SmsStatisticForYTe.SmsService.ArrayOfString GuiMotNoiDungNhieuSo(string tenKhachHang, string phone, string msg, string username, string password, int id)
 {
     SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequest inValue = new SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequest();
     inValue.Body = new SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequestBody();
     inValue.Body.tenKhachHang = tenKhachHang;
     inValue.Body.phone        = phone;
     inValue.Body.msg          = msg;
     inValue.Body.username     = username;
     inValue.Body.password     = password;
     inValue.Body.id           = id;
     SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoResponse retVal = ((SmsStatisticForYTe.SmsService.SmsBrandnameSoap)(this)).GuiMotNoiDungNhieuSo(inValue);
     return(retVal.Body.GuiMotNoiDungNhieuSoResult);
 }
示例#3
0
文件: Reference.cs 项目: NhatPG/YKCD
 System.Threading.Tasks.Task <SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoResponse> SmsStatisticForYTe.SmsService.SmsBrandnameSoap.GuiMotNoiDungNhieuSoAsync(SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequest request)
 {
     return(base.Channel.GuiMotNoiDungNhieuSoAsync(request));
 }
示例#4
0
文件: Reference.cs 项目: NhatPG/YKCD
 SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoResponse SmsStatisticForYTe.SmsService.SmsBrandnameSoap.GuiMotNoiDungNhieuSo(SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequest request)
 {
     return(base.Channel.GuiMotNoiDungNhieuSo(request));
 }