Beispiel #1
0
 public SmsStatisticForNamDong.SmsService.ArrayOfString GuiMotNoiDungNhieuSo(string tenKhachHang, string phone, string msg, string username, string password, int id)
 {
     SmsStatisticForNamDong.SmsService.GuiMotNoiDungNhieuSoRequest inValue = new SmsStatisticForNamDong.SmsService.GuiMotNoiDungNhieuSoRequest();
     inValue.Body = new SmsStatisticForNamDong.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;
     SmsStatisticForNamDong.SmsService.GuiMotNoiDungNhieuSoResponse retVal = ((SmsStatisticForNamDong.SmsService.SmsBrandnameSoap)(this)).GuiMotNoiDungNhieuSo(inValue);
     return(retVal.Body.GuiMotNoiDungNhieuSoResult);
 }
Beispiel #2
0
 SmsStatisticForNamDong.SmsService.GuiMotNoiDungNhieuSoResponse SmsStatisticForNamDong.SmsService.SmsBrandnameSoap.GuiMotNoiDungNhieuSo(SmsStatisticForNamDong.SmsService.GuiMotNoiDungNhieuSoRequest request)
 {
     return(base.Channel.GuiMotNoiDungNhieuSo(request));
 }