Exemplo n.º 1
0
 public function findActionsByUserId($userId)
 {
     return $this->actionDao->findListByUserId($userId);
 }