예제 #1
0
 public string GetAllReport(long requestID, int agencyID)
 {
     YKCD.Agency.Business.ProvinceService.GetAllReportRequest inValue = new YKCD.Agency.Business.ProvinceService.GetAllReportRequest();
     inValue.Body           = new YKCD.Agency.Business.ProvinceService.GetAllReportRequestBody();
     inValue.Body.requestID = requestID;
     inValue.Body.agencyID  = agencyID;
     YKCD.Agency.Business.ProvinceService.GetAllReportResponse retVal = ((YKCD.Agency.Business.ProvinceService.ProvinceServiceSoap)(this)).GetAllReport(inValue);
     return(retVal.Body.GetAllReportResult);
 }
예제 #2
0
 YKCD.Agency.Business.ProvinceService.GetAllReportResponse YKCD.Agency.Business.ProvinceService.ProvinceServiceSoap.GetAllReport(YKCD.Agency.Business.ProvinceService.GetAllReportRequest request)
 {
     return(base.Channel.GetAllReport(request));
 }