Test modifica cache IOC

This commit is contained in:
Samuele Locatelli
2026-06-10 21:02:00 +02:00
parent e28d620814
commit 081b52cfa8
4 changed files with 152 additions and 38 deletions
+1
View File
@@ -1086,6 +1086,7 @@ namespace MP.IOC.Controllers
try
{
answ = await DService.saveCaricoPezzi(id, qty);
await IOCService.ClearFusionCache();
return Ok(answ);
}
catch (Exception exc)