zentraler export
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using TrafagSalesExporter.Models;
|
||||
|
||||
namespace TrafagSalesExporter.Services;
|
||||
|
||||
public interface IManualExcelImportService
|
||||
{
|
||||
Task<List<SalesRecord>> ReadSalesRecordsAsync(string filePath, Site site);
|
||||
}
|
||||
Reference in New Issue
Block a user