Пример #1
0
 public function findUserCountForList($groupIdList)
 {
     return $this->groupUserDao->findCountByGroupIdList($groupIdList);
 }