コード例 #1
0
 public GetAvailableChessPiecesRequestHandler(ChessPieceCollection chessPieceCollection)
 {
     this.chessPieceCollection = chessPieceCollection;
 }
コード例 #2
0
 public ValidateChessPieceMoveHandler(ChessPieceCollection chessPieceCollection)
 {
     this.chessPieceCollection = chessPieceCollection;
 }
コード例 #3
0
 public GetChessPiecePossibleMovesRequestHandler(ChessPieceCollection chessPieceCollection)
 {
     this.chessPieceCollection = chessPieceCollection;
 }