hrtoolsRepository = $hrtoolsRepository; } public function getHrtools($where) { return $this->hrtoolsRepository->getLists($where); } }