예제 #1
0
 public function findAnswersCount($optionIds)
 {
     return $this->answerDao->findCountList($optionIds);
 }