New vue for reading in + some new repositories
This commit is contained in:
10
WinFormDi.BLI/IReadingIn.cs
Normal file
10
WinFormDi.BLI/IReadingIn.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using WinFormDiApp.BL.Models;
|
||||
|
||||
namespace WinFormDiApp.BLI
|
||||
{
|
||||
public interface IReadingIn
|
||||
{
|
||||
bool ReadAndSaveInvoices(string fullFileName);
|
||||
IEnumerable<AccountRecord> readXLS(string FilePath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user