Migrazione controller stats e CalcRuid (complessa...)

This commit is contained in:
Samuele Locatelli
2026-03-21 11:33:49 +01:00
parent 4aa21de3b7
commit 4916dd42ff
20 changed files with 146 additions and 192 deletions
@@ -81,7 +81,7 @@ namespace EgwCoreLib.Lux.Data.Repository.Stats
/// <param name="listRecords">Elenco dei record da inserire</param>
/// <param name="removeOld">Se true preventivamente elimina record nel periodo richiesto</param>
/// <returns></returns>
public async Task<long> UpsertAsync(List<StatsDetailModel> listRecords, bool removeOld)
public async Task<int> UpsertManyAsync(List<StatsDetailModel> listRecords, bool removeOld)
{
int answ = 0;
await using var dbCtx = await CreateContextAsync();