refactor(app): implement year filter for account entries and update related services
This commit is contained in:
@@ -4,5 +4,5 @@ namespace Duempelkas.App.Services;
|
||||
|
||||
public interface IBalanceQueryService
|
||||
{
|
||||
Task<AccountBalanceDto> GetAccountBalanceAsync(int accountId);
|
||||
Task<AccountBalanceDto> GetAccountBalanceAsync(int accountId, int? year = null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user