Consolidate mapping and finance configuration
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using TrafagSalesExporter.Models;
|
||||
|
||||
namespace TrafagSalesExporter.Services;
|
||||
|
||||
public interface IConsolidatedExportService
|
||||
{
|
||||
Task<string?> ExportAsync(List<SalesRecord> records);
|
||||
Task<string?> ExportAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user