예제 #1
0
 public function findOptionCount($questionId)
 {
     return $this->optionDao->findCountByQuestionId($questionId);
 }