using TrafagSalesExporter.Models; namespace TrafagSalesExporter.Services; public interface IConsolidatedExportService { Task ExportAsync(List records); }