Пример #1
0
 public object Get(GetAllCoords request)
 {
     var result = _geoRepository.GetAllCoords();
     return new { Success = result != null, Results = result };
 }
Пример #2
0
        public object Get(GetAllCoords request)
        {
            var result = _geoRepository.GetAllCoords();

            return(new { Success = result != null, Results = result });
        }