New function add / change accountrecord

This commit is contained in:
2023-09-14 23:41:30 +02:00
parent d7774c70ee
commit 0c0533f9d5
8 changed files with 510 additions and 2 deletions

View File

@ -8,5 +8,6 @@ namespace WinFormDiApp.BLI
bool DeleteAccountRecord(AccountRecord record);
IEnumerable<AccountRecord> GetAllAccBetweenDates(DateTime dateFrom, DateTime dateTo);
IEnumerable<AccountRecord> GetAllAccounts();
AccountRecord GetAccount(int id);
}
}