Пример #1
0
 /**
  * Return all users.
  *
  * @return array
  */
 public function findAll()
 {
     return $this->userRepository->findAll();
 }