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