Update metodi async con FusionCache

This commit is contained in:
Samuele Locatelli
2026-05-27 19:45:29 +02:00
parent 47a952c204
commit 44c19a2c5f
4 changed files with 70 additions and 61 deletions
+1 -1
View File
@@ -3498,7 +3498,7 @@ namespace MP.Data.Services
result = new List<TemplateKitModel>();
}
sw.Stop();
Log.Debug($"TemplateKitFilt | {source} | {sw.Elapsed.TotalMilliseconds}ms");
Log.Debug($"TemplateKitFiltAsync | {source} | {sw.Elapsed.TotalMilliseconds}ms");
return result;
}