public GameController( IWriter writer, IReader reader, IApplicationInterface appInterface, IDrawShip drawShip) { this.writer = writer; this.reader = reader; this.appInterface = appInterface; this.drawShip = drawShip; }
public GameControllerMock(IWriter writer, IReader reader, IApplicationInterface appInterface, IDrawShip drawShip) : base(writer, reader, appInterface, drawShip) { }