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