Ancora update namespace progetti

This commit is contained in:
Samuele Locatelli
2025-07-22 19:22:24 +02:00
parent 5b7818f680
commit 36a6491e46
5 changed files with 4 additions and 9 deletions
-7
View File
@@ -1,15 +1,8 @@
using EgwCoreLib.Lux.Data.Services;
using EgwMultiEngineManager;
using EgwCoreLib.Lux.Data;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using NLog;
using StackExchange.Redis;
using System.Diagnostics;
using System.Runtime;
namespace Lux.API.Controllers
{
+1
View File
@@ -65,6 +65,7 @@
<ItemGroup>
<ProjectReference Include="..\EgwCoreLib.Lux.Core\EgwCoreLib.Lux.Core.csproj" />
<ProjectReference Include="..\EgwCoreLib.Lux.Data\EgwCoreLib.Lux.Data.csproj" />
<ProjectReference Include="..\Lux.Data\EgwCoreLib.Lux.Data.csproj" />
</ItemGroup>
+1
View File
@@ -9,6 +9,7 @@
@using Microsoft.JSInterop
@using EgwCoreLib.Razor
@using EgwCoreLib.Utils
@using EgwCoreLib.Lux.Core
@using EgwCoreLib.Lux.Data
@using EgwCoreLib.Lux.Data.Controllers
@using EgwCoreLib.Lux.Data.DbModel
+1 -1
View File
@@ -31,7 +31,7 @@
<ItemGroup>
<ProjectReference Include="..\EgwCoreLib.Lux.Core\EgwCoreLib.Lux.Core.csproj" />
<ProjectReference Include="..\EgwCoreLib.Lux.Core\EgwCoreLib.Lux.Core.csproj" />
<ProjectReference Include="..\Lux.Data\EgwCoreLib.Lux.Data.csproj" />
<ProjectReference Include="..\EgwCoreLib.Lux.Data\EgwCoreLib.Lux.Data.csproj" />
<ProjectReference Include="..\Lux.UI.Client\Lux.UI.Client.csproj" />
</ItemGroup>
+1 -1
View File
@@ -9,7 +9,7 @@
<ItemGroup>
<ProjectReference Include="..\EgwCoreLib.Lux.Core\EgwCoreLib.Lux.Core.csproj" />
<ProjectReference Include="..\EgwCoreLib.Lux.Data\Lux.Data.csproj" />
<ProjectReference Include="..\EgwCoreLib.Lux.Data\EgwCoreLib.Lux.Data.csproj" />
</ItemGroup>
</Project>