Syntax updated

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

View File

@ -58,4 +58,5 @@ global using System.Net;
global using System.Security.Claims;
global using System.Text.Json;
global using System.Threading.Tasks;
global using System;
global using System;
global using System.Reflection;

View File

@ -58,6 +58,7 @@ global using System.Security.Cryptography.X509Certificates;
global using System.Text.RegularExpressions;
global using System.Threading.Tasks;
global using System;
global using System.Reflection;

View File

@ -48,3 +48,4 @@ global using Webhooks.API.IntegrationEvents;
global using Webhooks.API.Model;
global using Webhooks.API.Services;
global using Webhooks.API;
global using System.Reflection;