Fix global Using in API proj

This commit is contained in:
Samuele Locatelli
2026-03-25 08:32:52 +01:00
parent ac397783be
commit 009dca4f75
10 changed files with 13 additions and 45 deletions
+5
View File
@@ -0,0 +1,5 @@
global using EgwCoreLib.Lux.Data.Services.General;
global using EgwMultiEngineManager.Data;
global using Microsoft.AspNetCore.Mvc;
global using System.Diagnostics;
global using System.Reflection;