Example #1
0
 public function findUserById($userId)
 {
     return $this->userDao->findUserById($userId);
 }