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
Spelling mistakes updated.
pull/1882/head
Onurkan Bakırcı
2 years ago
committed by
GitHub
parent
af060620c8
commit
ce22713dd6
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Services/Identity/Identity.API/GlobalUsings.cs
+1
-1
src/Services/Webhooks/Webhooks.API/GlobalUsings.cs
+ 1
- 1
src/Services/Identity/Identity.API/GlobalUsings.cs
View File
@ -60,7 +60,7 @@ global using System.Threading.Tasks;
global
using
System
;
global
using
System.Reflection
;
global
using
Microsoft.OpenApi.Models
;
global
using
Sytem.IO.Path
;
global
using
System.IO
;
+ 1
- 1
src/Services/Webhooks/Webhooks.API/GlobalUsings.cs
View File
@ -50,5 +50,5 @@ global using Webhooks.API.Services;
global
using
Webhooks.API
;
global
using
System.Reflection
;
global
using
Microsoft.OpenApi.Models
;
global
using
System.IO.Path
;
global
using
System.IO
;
Write
Preview
Loading…
Cancel
Save