Uses of Class
com.chess.backend.services.ChessGameService
Packages that use ChessGameService
Package
Description
-
Uses of ChessGameService in com.chess.backend.restController.controller
Constructors in com.chess.backend.restController.controller with parameters of type ChessGameServiceModifierConstructorDescriptionJoinOnlineGameController(ChessGameService newGameService, GameRepository gameRepository) -
Uses of ChessGameService in com.chess.backend.restController.service
Constructors in com.chess.backend.restController.service with parameters of type ChessGameServiceModifierConstructorDescriptionEndGameService(ChessGameService gameService) ExecutedMoveService(ChessGameService gameService) GetChessboardService(ChessGameService gameService) GetPlayerTurnService(ChessGameService gameService) MoveRequestService(ChessGameService gameService) NewChessGameService(ChessGameService gameService, IGameRepository gameRepository) NewOnlineGameService(ChessGameService gameService, GameRepository gameRepository)