Ejemplo n.º 1
0
 public string ApplyForJob(ServiceClient.JobPostingService.JobApplication application)
 {
     ServiceClient.JobPostingService.ApplyForJobRequest inValue = new ServiceClient.JobPostingService.ApplyForJobRequest();
     inValue.application = application;
     ServiceClient.JobPostingService.ApplyForJobResponse retVal = ((ServiceClient.JobPostingService.IJobApplicationService)(this)).ApplyForJob(inValue);
     return(retVal.applicationId);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <ServiceClient.JobPostingService.ApplyForJobResponse> ApplyForJobAsync(ServiceClient.JobPostingService.JobApplication application)
 {
     ServiceClient.JobPostingService.ApplyForJobRequest inValue = new ServiceClient.JobPostingService.ApplyForJobRequest();
     inValue.application = application;
     return(((ServiceClient.JobPostingService.IJobApplicationService)(this)).ApplyForJobAsync(inValue));
 }
Ejemplo n.º 3
0
 public ApplyForJobRequest(ServiceClient.JobPostingService.JobApplication application)
 {
     this.application = application;
 }