예제 #1
0
파일: Reference.cs 프로젝트: NhatPG/YKCD
 public System.Threading.Tasks.Task <SmsStatisticForYTe.SmsService.DayDuLieuResponse> DayDuLieuAsync(
     string adminUsername,
     string adminPassword,
     string name,
     string reqId,
     string labelId,
     string contractId,
     string contractTypeId,
     string templateId,
     string num,
     string content,
     string scheduleTime,
     string mobileList,
     string isTelcoSub,
     string agentId,
     string apiUser,
     string apiPass,
     string username)
 {
     SmsStatisticForYTe.SmsService.DayDuLieuRequest inValue = new SmsStatisticForYTe.SmsService.DayDuLieuRequest();
     inValue.Body = new SmsStatisticForYTe.SmsService.DayDuLieuRequestBody();
     inValue.Body.adminUsername  = adminUsername;
     inValue.Body.adminPassword  = adminPassword;
     inValue.Body.name           = name;
     inValue.Body.reqId          = reqId;
     inValue.Body.labelId        = labelId;
     inValue.Body.contractId     = contractId;
     inValue.Body.contractTypeId = contractTypeId;
     inValue.Body.templateId     = templateId;
     inValue.Body.num            = num;
     inValue.Body.content        = content;
     inValue.Body.scheduleTime   = scheduleTime;
     inValue.Body.mobileList     = mobileList;
     inValue.Body.isTelcoSub     = isTelcoSub;
     inValue.Body.agentId        = agentId;
     inValue.Body.apiUser        = apiUser;
     inValue.Body.apiPass        = apiPass;
     inValue.Body.username       = username;
     return(((SmsStatisticForYTe.SmsService.SmsBrandnameSoap)(this)).DayDuLieuAsync(inValue));
 }
예제 #2
0
파일: Reference.cs 프로젝트: NhatPG/YKCD
 System.Threading.Tasks.Task <SmsStatisticForYTe.SmsService.DayDuLieuResponse> SmsStatisticForYTe.SmsService.SmsBrandnameSoap.DayDuLieuAsync(SmsStatisticForYTe.SmsService.DayDuLieuRequest request)
 {
     return(base.Channel.DayDuLieuAsync(request));
 }
예제 #3
0
파일: Reference.cs 프로젝트: NhatPG/YKCD
 SmsStatisticForYTe.SmsService.DayDuLieuResponse SmsStatisticForYTe.SmsService.SmsBrandnameSoap.DayDuLieu(SmsStatisticForYTe.SmsService.DayDuLieuRequest request)
 {
     return(base.Channel.DayDuLieu(request));
 }