Example #1
0
 public GetPositionTypeResponse(HiringRequestService.Contoso.OrgService.PositionType GetPositionTypeResult)
 {
     this.GetPositionTypeResult = GetPositionTypeResult;
 }
Example #2
0
 public GetEmployeesByPositionResponse(HiringRequestService.Contoso.OrgService.Employee[] GetEmployeesByPositionResult)
 {
     this.GetEmployeesByPositionResult = GetEmployeesByPositionResult;
 }
Example #3
0
 public GetEmployeeResponse(HiringRequestService.Contoso.OrgService.Employee GetEmployeeResult)
 {
     this.GetEmployeeResult = GetEmployeeResult;
 }
Example #4
0
 public GetDepartmentResponse(HiringRequestService.Contoso.OrgService.Department GetDepartmentResult)
 {
     this.GetDepartmentResult = GetDepartmentResult;
 }
Example #5
0
 public GetAllPositionsResponse(HiringRequestService.Contoso.OrgService.Position[] GetAllPositionsResult)
 {
     this.GetAllPositionsResult = GetAllPositionsResult;
 }
Example #6
0
 public GetRequestsStartedByResponse(HiringRequestService.Contoso.InboxService.InboxItem[] GetRequestsStartedByResult)
 {
     this.GetRequestsStartedByResult = GetRequestsStartedByResult;
 }