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
-7
View File
@@ -1,12 +1,5 @@
using Egw.Window.Data;
using EgwCoreLib.Lux.Core.RestPayload;
using EgwCoreLib.Lux.Data.Services;
using EgwCoreLib.Lux.Data.Services.General;
using EgwMultiEngineManager.Data;
using Microsoft.AspNetCore.Mvc;
using NLog;
using System.Diagnostics;
using System.Reflection;
namespace Lux.API.Controllers
{