Namespaces added.

This commit is contained in:
Onurkan Bakırcı 2022-03-21 18:26:58 +03:00 committed by GitHub
parent 27803b3a6b
commit c1b726c62f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,8 @@ global using System.Text.RegularExpressions;
global using System.Threading.Tasks; global using System.Threading.Tasks;
global using System; global using System;
global using System.Reflection; global using System.Reflection;
global using Microsoft.OpenApi.Models;

View File

@ -49,3 +49,5 @@ global using Webhooks.API.Model;
global using Webhooks.API.Services; global using Webhooks.API.Services;
global using Webhooks.API; global using Webhooks.API;
global using System.Reflection; global using System.Reflection;
global using Microsoft.OpenApi.Models;