RefactoringDI
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using TrafagSalesExporter.Models;
|
||||
|
||||
namespace TrafagSalesExporter.Services;
|
||||
|
||||
public sealed class SiteExportResult
|
||||
{
|
||||
public required List<SalesRecord> Records { get; init; }
|
||||
public required ExportLog Log { get; init; }
|
||||
public string? FilePath { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user