Completata pèulizia SPEC!!!

This commit is contained in:
Samuele Locatelli
2026-06-01 09:37:10 +02:00
parent b19f21fdff
commit bd2b35b2e6
49 changed files with 413 additions and 1157 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ namespace MP.Data.Services
result = new List<ConfigModel>();
}
sw.Stop();
Log.Debug($"ConfigGetAll | {source} | {sw.Elapsed.TotalMilliseconds}ms");
Log.Debug($"ConfigGetAllAsync | {source} | {sw.Elapsed.TotalMilliseconds}ms");
return result;
}