Example #1
0
 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));
 }
Example #2
0
 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);
 }
Example #3
0
 System.Threading.Tasks.Task <SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoResponse> SmsStatisticForYTe.SmsService.SmsBrandnameSoap.GuiMotNoiDungNhieuSoAsync(SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequest request)
 {
     return(base.Channel.GuiMotNoiDungNhieuSoAsync(request));
 }
Example #4
0
 SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoResponse SmsStatisticForYTe.SmsService.SmsBrandnameSoap.GuiMotNoiDungNhieuSo(SmsStatisticForYTe.SmsService.GuiMotNoiDungNhieuSoRequest request)
 {
     return(base.Channel.GuiMotNoiDungNhieuSo(request));
 }