Exemplo n.º 1
0
        public async Task <JsonResult> GetAllLocation()
        {
            var data =
                await _GoogleMapSvc.GetAllLocations();

            return(Json(data));
        }