예제 #1
0
파일: Reference.cs 프로젝트: NhatPG/YKCD
 public void DayDuLieu(
     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)
 {
     YKCD.Province.Application.SmsService.DayDuLieuRequest inValue = new YKCD.Province.Application.SmsService.DayDuLieuRequest();
     inValue.Body = new YKCD.Province.Application.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;
     YKCD.Province.Application.SmsService.DayDuLieuResponse retVal = ((YKCD.Province.Application.SmsService.SmsBrandnameSoap)(this)).DayDuLieu(inValue);
 }
예제 #2
0
파일: Reference.cs 프로젝트: NhatPG/YKCD
 YKCD.Province.Application.SmsService.DayDuLieuResponse YKCD.Province.Application.SmsService.SmsBrandnameSoap.DayDuLieu(YKCD.Province.Application.SmsService.DayDuLieuRequest request)
 {
     return(base.Channel.DayDuLieu(request));
 }