Esempio n. 1
0
 public function findQuestionsByUserId($userId)
 {
     return $this->questionDao->findByUserId($userId);
 }