示例#1
0
 public string GetUnitIdList(string cityId, string timestamp)
 {
     JIT.CPOS.BS.Web.UnitServiceSoap.GetUnitIdListRequest inValue = new JIT.CPOS.BS.Web.UnitServiceSoap.GetUnitIdListRequest();
     inValue.Body           = new JIT.CPOS.BS.Web.UnitServiceSoap.GetUnitIdListRequestBody();
     inValue.Body.cityId    = cityId;
     inValue.Body.timestamp = timestamp;
     JIT.CPOS.BS.Web.UnitServiceSoap.GetUnitIdListResponse retVal = ((JIT.CPOS.BS.Web.UnitServiceSoap.UnitServiceSoap)(this)).GetUnitIdList(inValue);
     return(retVal.Body.GetUnitIdListResult);
 }
示例#2
0
 JIT.CPOS.BS.Web.UnitServiceSoap.GetUnitIdListResponse JIT.CPOS.BS.Web.UnitServiceSoap.UnitServiceSoap.GetUnitIdList(JIT.CPOS.BS.Web.UnitServiceSoap.GetUnitIdListRequest request)
 {
     return(base.Channel.GetUnitIdList(request));
 }