Update metodi x insert async in transazione
This commit is contained in:
@@ -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}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user