Пример #1
0
 public function findUserListByCoordinates($lat, $lon, $first, $count, $userIdList = array())
 {
     return $this->locationDao->findUserListByCoordinates($lat, $lon, $first, $count, $userIdList);
 }