diff --git a/AS1024.GeoFeed.MinimalAPI/GeoFeedAoTProvider.cs b/AS1024.GeoFeed.MinimalAPI/GeoFeedAoTProvider.cs index 9f16448..ffbd17c 100644 --- a/AS1024.GeoFeed.MinimalAPI/GeoFeedAoTProvider.cs +++ b/AS1024.GeoFeed.MinimalAPI/GeoFeedAoTProvider.cs @@ -1,21 +1,12 @@ using AS1024.GeoFeed.Core.GeoFeedProviders; using AS1024.GeoFeed.Core.Interfaces; using AS1024.GeoFeed.Models; -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using System.Linq; -using System.Text; using System.Text.Json; -using System.Text.Json.Serialization.Metadata; -using System.Threading.Tasks; namespace AS1024.GeoFeed.MinimalAPI { internal class NetboxAoTGeoFeedProvider : NetBoxGeoFeedProvider, IGeoFeedProvider { - private readonly JsonSerializerOptions appJsonSerializer; - public NetboxAoTGeoFeedProvider(IConfiguration configuration, ILogger logger, IHttpClientFactory httpClientFactory)