Example #1
0
 public IList <GeoPoint> GetGeoPoints()
 {
     return(_geoPointRepository.ReadAll().ToList());
 }