Exemple #1
0
 public function findListByRoleId($roleId, $first, $count)
 {
     return $this->userDao->findListByRoleId($roleId, $first, $count);
 }