Пример #1
0
 public function findDisapprovedList($first, $count)
 {
     return $this->userDao->findDisapprovedList($first, $count);
 }