From e6784ac8629b7a9c803a7156d774ecd4d3828504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onurkan=20Bak=C4=B1rc=C4=B1?= Date: Tue, 22 Mar 2022 00:47:06 +0300 Subject: [PATCH] Dublicated namespaces deleted. --- src/Services/Identity/Identity.API/GlobalUsings.cs | 1 - src/Services/Webhooks/Webhooks.API/GlobalUsings.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Services/Identity/Identity.API/GlobalUsings.cs b/src/Services/Identity/Identity.API/GlobalUsings.cs index 8c5ac350f..867068f1f 100644 --- a/src/Services/Identity/Identity.API/GlobalUsings.cs +++ b/src/Services/Identity/Identity.API/GlobalUsings.cs @@ -61,7 +61,6 @@ global using System; global using System.Reflection; global using Microsoft.OpenApi.Models; global using Sytem.IO.Path; -global using System; diff --git a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs index e440df0ec..db3a13633 100644 --- a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs +++ b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs @@ -51,5 +51,4 @@ global using Webhooks.API; global using System.Reflection; global using Microsoft.OpenApi.Models; global using Sytem.IO.Path; -global using System;