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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Services/Ordering/Ordering.API/GlobalUsings.cs
|
|
@ -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; |