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