Exemplo n.º 1
0
 public function findAnswersByUserId($userId)
 {
     return $this->answerDao->findByUserId($userId);
 }