Summering vid listning av transar

This commit is contained in:
2024-02-20 18:02:07 +01:00
parent 6510913daa
commit 148f6aaabf
5 changed files with 117 additions and 0 deletions

View File

@ -11,5 +11,6 @@ namespace WinFormDiApp.BLI
IEnumerable<AccountRecord> GetAllAccBetweenDates(DateTime dateFrom, DateTime dateTo);
IEnumerable<AccountRecord> GetAllAccounts();
AccountRecord GetAccount(int id);
AccountRecord GetAccountByDateBelKonto(DateTime _date, double _belopp, string _konto);
}
}