Browse Source

Syntax updated

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

+ 2
- 1
src/Services/Basket/Basket.API/GlobalUsings.cs 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;

+ 1
- 0
src/Services/Identity/Identity.API/GlobalUsings.cs 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;


+ 1
- 0
src/Services/Webhooks/Webhooks.API/GlobalUsings.cs 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;

Loading…
Cancel
Save