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

Commit 4359229

Browse files
committed
Aggiornato file GlobalUsings
1 parent c4a8ff5 commit 4359229

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/NET6CustomLibrary/GlobalUsings.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,17 @@
3939
global using NET6CustomLibrary.EFCore.Core.Interfaces;
4040
global using NET6CustomLibrary.EFCore.Infrastructure.Interfaces;
4141
global using NET6CustomLibrary.EFCore.Infrastructure.Repository;
42+
global using NET6CustomLibrary.Errors.Interfaces;
4243
global using NET6CustomLibrary.MailKit.Options;
4344
global using NET6CustomLibrary.MailKit.Services;
4445
global using NET6CustomLibrary.MultiLanguage;
4546
global using NET6CustomLibrary.RabbitMQ.Abstractions;
4647
global using NET6CustomLibrary.RedisCache.Services;
4748
global using NET6CustomLibrary.Serilog.Models;
4849
global using NET6CustomLibrary.Serilog.Services;
50+
global using NET6CustomLibrary.Validazione.Interfaces;
4951
global using Npgsql;
5052
global using RabbitMQ.Client;
5153
global using RabbitMQ.Client.Events;
5254
global using Serilog;
53-
global using Swashbuckle.AspNetCore.SwaggerGen;
55+
global using Swashbuckle.AspNetCore.SwaggerGen;

0 commit comments

Comments
 (0)