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