From c1b726c62f8521a51143be3910514ef636951f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onurkan=20Bak=C4=B1rc=C4=B1?= Date: Mon, 21 Mar 2022 18:26:58 +0300 Subject: [PATCH] Namespaces added. --- src/Services/Identity/Identity.API/GlobalUsings.cs | 2 ++ src/Services/Webhooks/Webhooks.API/GlobalUsings.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Services/Identity/Identity.API/GlobalUsings.cs b/src/Services/Identity/Identity.API/GlobalUsings.cs index 012501072..57801a3cb 100644 --- a/src/Services/Identity/Identity.API/GlobalUsings.cs +++ b/src/Services/Identity/Identity.API/GlobalUsings.cs @@ -59,6 +59,8 @@ global using System.Text.RegularExpressions; global using System.Threading.Tasks; global using System; global using System.Reflection; +global using Microsoft.OpenApi.Models; + diff --git a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs index 42d66557d..108159e96 100644 --- a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs +++ b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs @@ -49,3 +49,5 @@ global using Webhooks.API.Model; global using Webhooks.API.Services; global using Webhooks.API; global using System.Reflection; +global using Microsoft.OpenApi.Models; +