Example #1
0
 public System.Threading.Tasks.Task <Hys.CareRIS.Application.AuditService.GetRisLicenseResponse> GetRisLicenseAsync(string devID)
 {
     Hys.CareRIS.Application.AuditService.GetRisLicenseRequest inValue = new Hys.CareRIS.Application.AuditService.GetRisLicenseRequest();
     inValue.Body       = new Hys.CareRIS.Application.AuditService.GetRisLicenseRequestBody();
     inValue.Body.devID = devID;
     return(((Hys.CareRIS.Application.AuditService.ServiceSoap)(this)).GetRisLicenseAsync(inValue));
 }
Example #2
0
 public Hys.CareRIS.Application.AuditService.DataResult GetRisLicense(string devID)
 {
     Hys.CareRIS.Application.AuditService.GetRisLicenseRequest inValue = new Hys.CareRIS.Application.AuditService.GetRisLicenseRequest();
     inValue.Body       = new Hys.CareRIS.Application.AuditService.GetRisLicenseRequestBody();
     inValue.Body.devID = devID;
     Hys.CareRIS.Application.AuditService.GetRisLicenseResponse retVal = ((Hys.CareRIS.Application.AuditService.ServiceSoap)(this)).GetRisLicense(inValue);
     return(retVal.Body.GetRisLicenseResult);
 }
Example #3
0
 System.Threading.Tasks.Task <Hys.CareRIS.Application.AuditService.GetRisLicenseResponse> Hys.CareRIS.Application.AuditService.ServiceSoap.GetRisLicenseAsync(Hys.CareRIS.Application.AuditService.GetRisLicenseRequest request)
 {
     return(base.Channel.GetRisLicenseAsync(request));
 }
Example #4
0
 Hys.CareRIS.Application.AuditService.GetRisLicenseResponse Hys.CareRIS.Application.AuditService.ServiceSoap.GetRisLicense(Hys.CareRIS.Application.AuditService.GetRisLicenseRequest request)
 {
     return(base.Channel.GetRisLicense(request));
 }