Пример #1
0
 public System.Xml.Linq.XElement GetAlterDomesticCabinZRateByParam(string TripType, string ProviderOfficeId, string TicketType, string CoServerName, string CoAgentOffice, string CoUserName, string CoPwd, string RQType, string RQDateTime, string IntervalTime, string RQStartDateTime)
 {
     BPiaoBao.DomesticTicket.Platforms._baiTuoPolicy.GetAlterDomesticCabinZRateByParamRequest inValue = new BPiaoBao.DomesticTicket.Platforms._baiTuoPolicy.GetAlterDomesticCabinZRateByParamRequest();
     inValue.Body                  = new BPiaoBao.DomesticTicket.Platforms._baiTuoPolicy.GetAlterDomesticCabinZRateByParamRequestBody();
     inValue.Body.TripType         = TripType;
     inValue.Body.ProviderOfficeId = ProviderOfficeId;
     inValue.Body.TicketType       = TicketType;
     inValue.Body.CoServerName     = CoServerName;
     inValue.Body.CoAgentOffice    = CoAgentOffice;
     inValue.Body.CoUserName       = CoUserName;
     inValue.Body.CoPwd            = CoPwd;
     inValue.Body.RQType           = RQType;
     inValue.Body.RQDateTime       = RQDateTime;
     inValue.Body.IntervalTime     = IntervalTime;
     inValue.Body.RQStartDateTime  = RQStartDateTime;
     BPiaoBao.DomesticTicket.Platforms._baiTuoPolicy.GetAlterDomesticCabinZRateByParamResponse retVal = ((BPiaoBao.DomesticTicket.Platforms._baiTuoPolicy.AirWsCoManageSoap)(this)).GetAlterDomesticCabinZRateByParam(inValue);
     return(retVal.Body.GetAlterDomesticCabinZRateByParamResult);
 }
Пример #2
0
 BPiaoBao.DomesticTicket.Platforms._baiTuoPolicy.GetAlterDomesticCabinZRateByParamResponse BPiaoBao.DomesticTicket.Platforms._baiTuoPolicy.AirWsCoManageSoap.GetAlterDomesticCabinZRateByParam(BPiaoBao.DomesticTicket.Platforms._baiTuoPolicy.GetAlterDomesticCabinZRateByParamRequest request)
 {
     return(base.Channel.GetAlterDomesticCabinZRateByParam(request));
 }