Browse Source

Namespaces added.

pull/1882/head
Onurkan Bakırcı 2 years ago
committed by GitHub
parent
commit
1e997772f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      src/Services/Identity/Identity.API/GlobalUsings.cs
  2. +1
    -0
      src/Services/Webhooks/Webhooks.API/GlobalUsings.cs

+ 1
- 1
src/Services/Identity/Identity.API/GlobalUsings.cs View File

@ -61,7 +61,7 @@ global using System;
global using System.Reflection;
global using Microsoft.OpenApi.Models;
global using Sytem.IO.Path;
global using Sytem;


+ 1
- 0
src/Services/Webhooks/Webhooks.API/GlobalUsings.cs View File

@ -51,4 +51,5 @@ global using Webhooks.API;
global using System.Reflection;
global using Microsoft.OpenApi.Models;
global using Sytem.IO.Path;
global using Sytem;

Loading…
Cancel
Save