public ProcessingService(IRobotMapper robotMapper, IInstructionMapper instructionMapper) { this.robotMapper = robotMapper; this.instructionMapper = instructionMapper; }
public SpiderMapper(IPositionMapper positionMapper, IInstructionMapper instructionMapper) { _positionMapper = positionMapper; _instructionMapper = instructionMapper; }