コード例 #1
0
ファイル: Select.cs プロジェクト: kwmcrell/ArmedCards
        public Select(DAL.Base.ISelect selectGame,
                      GamePlayer.Base.ISelect selectGamePlayerREPO,
					  AS.Deck.Base.ISelect selectDeck,
					  AS.GameRound.Base.ISelect selectGameRound)
        {
            this._selectGame = selectGame;
            this._selectGamePlayerREPO = selectGamePlayerREPO;
            this._selectDeck = selectDeck;
            this._selectGameRound = selectGameRound;
        }
コード例 #2
0
ファイル: Select.cs プロジェクト: kwmcrell/ArmedCards
 public Select(DAL.Base.ISelect selectGame,
               GamePlayer.Base.ISelect selectGamePlayerREPO,
               AS.Deck.Base.ISelect selectDeck,
               AS.GameRound.Base.ISelect selectGameRound)
 {
     this._selectGame           = selectGame;
     this._selectGamePlayerREPO = selectGamePlayerREPO;
     this._selectDeck           = selectDeck;
     this._selectGameRound      = selectGameRound;
 }