Update conf x metodo stampa

This commit is contained in:
Samuele E. Locatelli
2020-02-27 18:04:28 +01:00
parent d8cef4f45a
commit ad906c827f
4 changed files with 217 additions and 210 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ namespace MP_API.Controllers
{
// recupero da dbe e salvo
answ = countWaitingDb;
memLayer.ML.setRSV(redQueueCount, answ.ToString(), 30);
memLayer.ML.setRSV(redQueueCount, $"{answ}", 30);
}
return answ;
}