コード例 #1
0
 public function findAllQuestionsForAccountType($accountType)
 {
     return $this->questionDao->findAllQuestionsForAccountType($accountType);
 }