Regelsteuerung grafisch und per C# Templates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using TrafagSalesExporter.Models;
|
||||
|
||||
namespace TrafagSalesExporter.Services;
|
||||
|
||||
public interface IRecordTransformationStrategy
|
||||
{
|
||||
string TransformationType { get; }
|
||||
string Description => string.Empty;
|
||||
void Transform(SalesRecord record, FieldTransformationRule rule);
|
||||
}
|
||||
Reference in New Issue
Block a user