Exemplo n.º 1
0
 public ServiceClient.JobPostingService.GetJobApplicationStatusResponse GetJobApplicationStatus(string guid)
 {
     ServiceClient.JobPostingService.GetJobApplicationStatusRequest inValue = new ServiceClient.JobPostingService.GetJobApplicationStatusRequest();
     inValue.guid = guid;
     ServiceClient.JobPostingService.GetJobApplicationStatusResponse1 retVal = ((ServiceClient.JobPostingService.IJobApplicationService)(this)).GetJobApplicationStatus(inValue);
     return(retVal.GetJobApplicationStatusResponse);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <ServiceClient.JobPostingService.GetJobApplicationStatusResponse1> GetJobApplicationStatusAsync(string guid)
 {
     ServiceClient.JobPostingService.GetJobApplicationStatusRequest inValue = new ServiceClient.JobPostingService.GetJobApplicationStatusRequest();
     inValue.guid = guid;
     return(((ServiceClient.JobPostingService.IJobApplicationService)(this)).GetJobApplicationStatusAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ServiceClient.JobPostingService.GetJobApplicationStatusResponse1> ServiceClient.JobPostingService.IJobApplicationService.GetJobApplicationStatusAsync(ServiceClient.JobPostingService.GetJobApplicationStatusRequest request)
 {
     return(base.Channel.GetJobApplicationStatusAsync(request));
 }
Exemplo n.º 4
0
 ServiceClient.JobPostingService.GetJobApplicationStatusResponse1 ServiceClient.JobPostingService.IJobApplicationService.GetJobApplicationStatus(ServiceClient.JobPostingService.GetJobApplicationStatusRequest request)
 {
     return(base.Channel.GetJobApplicationStatus(request));
 }