Browse Source

System.Collections.Generic namespace added to globalusings.

pull/1911/head
Onurkan Bakırcı 2 years ago
committed by GitHub
parent
commit
3170b3e7ce
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.Infrastructure/GlobalUsings.cs

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

@ -15,3 +15,4 @@ global using System.Linq;
global using System.Threading.Tasks;
global using System.Threading;
global using System;
global using System.Collections.Generic;

Loading…
Cancel
Save