Completato test gestione profile list da configurazioni
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user