Namespaces added.
This commit is contained in:
parent
27803b3a6b
commit
c1b726c62f
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user