Uses of Interface
com.chess.backend.domain.services.INewGameService
Packages that use INewGameService
Package
Description
-
Uses of INewGameService in com.chess.backend.restController.controller
Constructors in com.chess.backend.restController.controller with parameters of type INewGameServiceModifierConstructorDescriptionNewGameController
(NewOnlineGameService newOnlineGameService, INewGameService newGameService) -
Uses of INewGameService in com.chess.backend.restController.service
Classes in com.chess.backend.restController.service that implement INewGameServiceModifier and TypeClassDescriptionclass
This class handles the call to create a new game.