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