Exemplo n.º 1
0
 public ConsumeInputPhaseExecutor(IInputDataBuffer inputData, MineRovers mineRovers)
 {
     this.inputData  = inputData;
     this.mineRovers = mineRovers;
 }
 public InputDataPhaseExecutor(IInputDataBuffer inputDataBuffer)
 {
     this.inputDataBuffer = inputDataBuffer;
 }