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

Commit 19dbb75

Browse files
committed
Fix
1 parent 4359229 commit 19dbb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NET6CustomLibrary/GlobalUsings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
global using NET6CustomLibrary.RedisCache.Services;
4848
global using NET6CustomLibrary.Serilog.Models;
4949
global using NET6CustomLibrary.Serilog.Services;
50-
global using NET6CustomLibrary.Validazione.Interfaces;
50+
//global using NET6CustomLibrary.Validazione.Interfaces;
5151
global using Npgsql;
5252
global using RabbitMQ.Client;
5353
global using RabbitMQ.Client.Events;

0 commit comments

Comments
 (0)