Completo prima revisione repository x commenti
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user