Class GetChessboardService
java.lang.Object
com.chess.backend.restController.service.GetChessboardService
This class handles the call to get the chessboard.
- Author:
- Hannes Stuetzer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChessboard(int gameID) This methods calls theChessGameServiceto get the chessboard.
-
Constructor Details
-
GetChessboardService
-
-
Method Details
-
getChessboard
This methods calls theChessGameServiceto get the chessboard.- Parameters:
gameID- the id of the current game.- Returns:
- containing the chessboard.
-