Beispiel #1
0
 public function countByRoleId($roleId)
 {
     return $this->userDao->countByRoleId($roleId);
 }