예제 #1
0
 public function findSuspendedList($first, $count)
 {
     return $this->userDao->findSuspendedList($first, $count);
 }