Exemplo n.º 1
0
 public function findUnapprovedList($first, $count)
 {
     return $this->userDao->findUnapprovedList($first, $count);
 }