Generaliserat iläsning av bankdata

This commit is contained in:
2024-02-09 12:50:16 +01:00
parent 05dfd1f35b
commit a215b54d0d
7 changed files with 71 additions and 26 deletions

View File

@ -6,5 +6,6 @@ namespace WinFormDiApp.BLI
{
bool ReadAndSaveInvoices(string fullFileName);
IEnumerable<AccountRecord> readXLS(string FilePath);
void Dispose();
}
}