Migrazione controller stats e CalcRuid (complessa...)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user