Browse Source

Namespaces added.

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

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

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


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

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

Loading…
Cancel
Save