Ejemplo n.º 1
0
 public void Visit(DistinctStage distinctStage)
 {
     builder.Add(new ExecuteDistinctStage(distinctStage.CurrentType));
 }
Ejemplo n.º 2
0
 public void Visit(DistinctStage distinctStage)
 {
     //NOP
 }