Ejemplo n.º 1
0
 public abstract void Apply(ColorRepository input);
Ejemplo n.º 2
0
 public DominoTransfer(IDominoShape[] shapes, ColorRepository colors)
 {
     this.shapes = shapes;
     this.colors = colors;
 }