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