Esempio n. 1
0
 public function findUserRoleList($userId)
 {
     return $this->roleDao->findUserRoleList($userId);
 }