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