Exemplo n.º 1
0
 public function findOptionCount($questionId)
 {
     return $this->optionDao->findCountByQuestionId($questionId);
 }