From 5c17893decfb8108e8c43c2baee8420380856029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onurkan=20Bak=C4=B1rc=C4=B1?= Date: Mon, 21 Mar 2022 18:34:47 +0300 Subject: [PATCH] Namespaces appended. --- src/Services/Identity/Identity.API/GlobalUsings.cs | 2 +- src/Services/Webhooks/Webhooks.API/GlobalUsings.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Services/Identity/Identity.API/GlobalUsings.cs b/src/Services/Identity/Identity.API/GlobalUsings.cs index 57801a3cb..88252e875 100644 --- a/src/Services/Identity/Identity.API/GlobalUsings.cs +++ b/src/Services/Identity/Identity.API/GlobalUsings.cs @@ -60,7 +60,7 @@ global using System.Threading.Tasks; global using System; global using System.Reflection; global using Microsoft.OpenApi.Models; - +global using Sytem.IO.Path; diff --git a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs index 108159e96..db3a13633 100644 --- a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs +++ b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs @@ -50,4 +50,5 @@ global using Webhooks.API.Services; global using Webhooks.API; global using System.Reflection; global using Microsoft.OpenApi.Models; +global using Sytem.IO.Path;