From 605d79167bb85168ffa034f875b291691574015a Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Mon, 24 Mar 2025 21:16:10 +0100 Subject: [PATCH] Czyszczenie --- AzureFunction/GoogleStorageController.cs | 4 +--- Migration/Services/IDataverseProvider.cs | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/AzureFunction/GoogleStorageController.cs b/AzureFunction/GoogleStorageController.cs index 8e6b418..9da4955 100644 --- a/AzureFunction/GoogleStorageController.cs +++ b/AzureFunction/GoogleStorageController.cs @@ -1,6 +1,4 @@ -using Google.Apis.Auth.OAuth2; -using Google.Cloud.BigQuery.V2; -using Google.Apis.Http; +using Google.Cloud.BigQuery.V2; namespace OSAFeedXML { diff --git a/Migration/Services/IDataverseProvider.cs b/Migration/Services/IDataverseProvider.cs index 170ff8c..4283581 100644 --- a/Migration/Services/IDataverseProvider.cs +++ b/Migration/Services/IDataverseProvider.cs @@ -1,6 +1,4 @@ -using Migration.Settings; - -namespace Migration.Services; +namespace Migration.Services; public interface IDataverseProvider { Uri Url { get; }