Onurkan Bakırcı
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
src/Services/Identity/Identity.API/GlobalUsings.cs
-
src/Services/Webhooks/Webhooks.API/GlobalUsings.cs
|
|
@ -61,7 +61,7 @@ global using System; |
|
|
|
global using System.Reflection; |
|
|
|
global using Microsoft.OpenApi.Models; |
|
|
|
global using Sytem.IO.Path; |
|
|
|
global using Sytem; |
|
|
|
global using System; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -51,5 +51,5 @@ global using Webhooks.API; |
|
|
|
global using System.Reflection; |
|
|
|
global using Microsoft.OpenApi.Models; |
|
|
|
global using Sytem.IO.Path; |
|
|
|
global using Sytem; |
|
|
|
global using System; |
|
|
|
|