RefactoringDI
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using TrafagSalesExporter.Models;
|
||||
|
||||
namespace TrafagSalesExporter.Services;
|
||||
|
||||
public interface IRecordTransformationService
|
||||
{
|
||||
void Apply(List<SalesRecord> records, IEnumerable<FieldTransformationRule> rules);
|
||||
}
|
||||
Reference in New Issue
Block a user