Completato test gestione profile list da configurazioni

This commit is contained in:
Samuele Locatelli
2025-10-22 10:57:36 +02:00
parent 3bc0f5613b
commit 7b8fab7146
7 changed files with 136 additions and 114 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ namespace Lux.API.Controllers
Stopwatch sw = new Stopwatch();
sw.Start();
string hwReq = id ?? "HW.AGB";
var answ = _confService.ElencoHw(EgwMultiEngineManager.Data.Constants.EXECENVIRONMENTS.WINDOW, hwReq);
var answ = _confService.HwModelList(EgwMultiEngineManager.Data.Constants.EXECENVIRONMENTS.WINDOW, hwReq);
if (answ == null || answ.Count == 0)
{
await sendHwReq();