Completo prima revisione repository x commenti

This commit is contained in:
Samuele E. Locatelli (W11-AI)
2026-03-25 17:25:00 +01:00
parent f3143573be
commit 33de4d3616
8 changed files with 103 additions and 10 deletions
@@ -15,6 +15,7 @@ namespace EgwCoreLib.Lux.Data.Repository.Utils
#region Public Methods
/// <inheritdoc />
public async Task<List<CounterModel>> GetAllAsync(int? yearRef = null)
{
await using var dbCtx = await CreateContextAsync();
@@ -24,7 +25,7 @@ namespace EgwCoreLib.Lux.Data.Repository.Utils
.ToListAsync();
}
/// <inheritdoc />
public async Task<int> GetNextAsync(int yearRef, string countName)
{
await using var dbCtx = await CreateContextAsync();