Exemplo n.º 1
0
 public function findQuestionsByCategoryId($id)
 {
     return $this->questionDao->findListByCategoryId($id);
 }