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;