Exemple #1
0
 public override IRow Operate(IRow row)
 {
     return(Context.Operation.ShouldRun(row) ? _validator.Operate(row) : row);
 }