Regelsteuerung grafisch und per C# Templates
This commit is contained in:
@@ -3,5 +3,6 @@ namespace TrafagSalesExporter.Services;
|
||||
public interface ITransformationStrategy
|
||||
{
|
||||
string TransformationType { get; }
|
||||
string Description => string.Empty;
|
||||
object? Transform(object? sourceValue, string? argument);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user