Införande av repository method
This commit is contained in:
11
Accounting.BLI/IReadingIn.cs
Normal file
11
Accounting.BLI/IReadingIn.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Accounting.Models;
|
||||
|
||||
namespace Accounting.BLI
|
||||
{
|
||||
public interface IReadingIn
|
||||
{
|
||||
bool ReadAndSaveInvoices(string fullFileName);
|
||||
IEnumerable<AccountRecord> readXLS(string FilePath);
|
||||
void Dispose();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user