Browse Source

Shortcut addSystem.Collections.Generic namespace added to globalusingsed for get methods.

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

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

@ -83,3 +83,4 @@ global using System.Runtime.Serialization;
global using System.Threading.Tasks;
global using System.Threading;
global using System;
global using System.Collections.Generic;

Loading…
Cancel
Save