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