Esempio n. 1
0
 public function findLatestList($count, $withPhoto = true)
 {
     return $this->userDao->findLatestUsers($count, $withPhoto);
 }