diff --git a/MP.IOC/Controllers/IOBController.cs b/MP.IOC/Controllers/IOBController.cs index 8fa1da76..0804b9c2 100644 --- a/MP.IOC/Controllers/IOBController.cs +++ b/MP.IOC/Controllers/IOBController.cs @@ -401,7 +401,7 @@ namespace MP.IOC.Controllers DateTime dataOraEvento = DateTime.Now; Log.Debug($"Salvataggio counter | id: {id} | pzCount: {counter}"); - answ = DService.saveCounter(id, counter); + answ = await DService.saveCounterAsync(id, counter); return Ok(answ); }