This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
System.Collections.Generic namespace added to globalusings
pull/1892/head
Onurkan Bakırcı
2 years ago
committed by
GitHub
parent
ad201284a2
commit
4539e6d659
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save