public EmployeeOrganisationController(IEmployeeOrganisationService employeeOrganisationService, IOrganisationService organisationService, IEmployeePositionOfficialService employeePositionOfficialService, IEmployeeService employeeService) { _employeeOrganisationService = employeeOrganisationService; _organisationService = organisationService; _employeePositionOfficialService = employeePositionOfficialService; _employeeService = employeeService; }