예제 #1
0
 public function countUserByRoleId($id)
 {
     return $this->userRoleDao->countByRoleId($id);
 }