예제 #1
0
 public function findActionsByUserId($userId)
 {
     return $this->actionDao->findListByUserId($userId);
 }