Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 465e2fe

Browse files
committed
Fix Global Usings
1 parent d8f6f5e commit 465e2fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NET6CustomLibrary/GlobalUsings.cs

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
global using NET6CustomLibrary.EFCore.Infrastructure.Repository;
4444
global using NET6CustomLibrary.EFCoreTransaction.Core.Interfaces;
4545
global using NET6CustomLibrary.EFCoreTransaction.Infrastructure.Interfaces;
46+
global using NET6CustomLibrary.ExceptionsMiddleware;
47+
global using NET6CustomLibrary.ExceptionsMiddleware.Exceptions;
4648
global using NET6CustomLibrary.MailKit.Options;
4749
global using NET6CustomLibrary.MailKit.Services;
4850
global using NET6CustomLibrary.MultiLanguage;

0 commit comments

Comments
 (0)