Esempio n. 1
0
 public string GetAllRequest(int agencyID)
 {
     YKCD.Agency.Business.ProvinceService.GetAllRequestRequest inValue = new YKCD.Agency.Business.ProvinceService.GetAllRequestRequest();
     inValue.Body          = new YKCD.Agency.Business.ProvinceService.GetAllRequestRequestBody();
     inValue.Body.agencyID = agencyID;
     YKCD.Agency.Business.ProvinceService.GetAllRequestResponse retVal = ((YKCD.Agency.Business.ProvinceService.ProvinceServiceSoap)(this)).GetAllRequest(inValue);
     return(retVal.Body.GetAllRequestResult);
 }
Esempio n. 2
0
 YKCD.Agency.Business.ProvinceService.GetAllRequestResponse YKCD.Agency.Business.ProvinceService.ProvinceServiceSoap.GetAllRequest(YKCD.Agency.Business.ProvinceService.GetAllRequestRequest request)
 {
     return(base.Channel.GetAllRequest(request));
 }