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