public GetAvailableChessPiecesRequestHandler(ChessPieceCollection chessPieceCollection)
 {
     this.chessPieceCollection = chessPieceCollection;
 }
Exemple #2
0
 public ValidateChessPieceMoveHandler(ChessPieceCollection chessPieceCollection)
 {
     this.chessPieceCollection = chessPieceCollection;
 }
 public GetChessPiecePossibleMovesRequestHandler(ChessPieceCollection chessPieceCollection)
 {
     this.chessPieceCollection = chessPieceCollection;
 }