public GetAvailableChessPiecesRequestHandler(ChessPieceCollection chessPieceCollection)
 {
     this.chessPieceCollection = chessPieceCollection;
 }
Exemplo n.º 2
0
 public ValidateChessPieceMoveHandler(ChessPieceCollection chessPieceCollection)
 {
     this.chessPieceCollection = chessPieceCollection;
 }
 public GetChessPiecePossibleMovesRequestHandler(ChessPieceCollection chessPieceCollection)
 {
     this.chessPieceCollection = chessPieceCollection;
 }