hrtoolsCategoryRepository = $hrtoolsCategoryRepository; } public function lists($where = array()) { return $this->hrtoolsCategoryRepository->getLists($where); } }