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