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