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