Update metodi x insert async in transazione

This commit is contained in:
Samuele Locatelli
2026-04-29 17:25:05 +02:00
parent 8860f5687c
commit bfd843cfde
3 changed files with 343 additions and 225 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ namespace MP.IOC.Controllers
}
// recupero singolo valore (stringa) x chiave
outVal = DService.ValoreSMI(idxFamIn, idxMicroStato, valIOB);
outVal = await DService.ValoreSmiAsync(idxFamIn, idxMicroStato, valIOB);
// mostro output
answ += $"idxFamIN: {idxFamIn} | idxMS: {idxMicroStato} | valIOB: {valIOB} | out: {outVal}";
}