Ejemplo n.º 1
0
 public function findUserCountByCoordinates($lat, $lon, $userIdList = array())
 {
     return $this->locationDao->findUserCountByCoordinates($lat, $lon, $userIdList);
 }