refactor(app): implement year filter for account entries and update related services
This commit is contained in:
@@ -9,5 +9,6 @@ public interface IAccountService
|
||||
Task<AccountSummaryDto> CreateAccountAsync(string name);
|
||||
Task RenameAccountAsync(int accountId, string newName);
|
||||
Task UpdateCarryoverAsync(int accountId, decimal carryoverBalance);
|
||||
Task UpdateCarryoverAsync(int accountId, decimal carryoverBalance, int? year);
|
||||
Task DeleteAccountAsync(int accountId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user