Beispiel #1
0
 public System.Threading.Tasks.Task <Ykcd.SubAgency.Business.AgencyServices.GetAllReportResponse> GetAllReportAsync(long requestID, int agencyID)
 {
     Ykcd.SubAgency.Business.AgencyServices.GetAllReportRequest inValue = new Ykcd.SubAgency.Business.AgencyServices.GetAllReportRequest();
     inValue.Body           = new Ykcd.SubAgency.Business.AgencyServices.GetAllReportRequestBody();
     inValue.Body.requestID = requestID;
     inValue.Body.agencyID  = agencyID;
     return(((Ykcd.SubAgency.Business.AgencyServices.AgencyServicesSoap)(this)).GetAllReportAsync(inValue));
 }
Beispiel #2
0
 public string GetAllReport(long requestID, int agencyID)
 {
     Ykcd.SubAgency.Business.AgencyServices.GetAllReportRequest inValue = new Ykcd.SubAgency.Business.AgencyServices.GetAllReportRequest();
     inValue.Body           = new Ykcd.SubAgency.Business.AgencyServices.GetAllReportRequestBody();
     inValue.Body.requestID = requestID;
     inValue.Body.agencyID  = agencyID;
     Ykcd.SubAgency.Business.AgencyServices.GetAllReportResponse retVal = ((Ykcd.SubAgency.Business.AgencyServices.AgencyServicesSoap)(this)).GetAllReport(inValue);
     return(retVal.Body.GetAllReportResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Ykcd.SubAgency.Business.AgencyServices.GetAllReportResponse> Ykcd.SubAgency.Business.AgencyServices.AgencyServicesSoap.GetAllReportAsync(Ykcd.SubAgency.Business.AgencyServices.GetAllReportRequest request)
 {
     return(base.Channel.GetAllReportAsync(request));
 }
Beispiel #4
0
 Ykcd.SubAgency.Business.AgencyServices.GetAllReportResponse Ykcd.SubAgency.Business.AgencyServices.AgencyServicesSoap.GetAllReport(Ykcd.SubAgency.Business.AgencyServices.GetAllReportRequest request)
 {
     return(base.Channel.GetAllReport(request));
 }