ArmedCards.BusinessLogic.Repositories.GamePlayer.Select.Select C# (CSharp) Method

Select() public method

public Select ( ArmedCards.DataAccess.GamePlayer selectGamePlayers, ArmedCards.BusinessLogic.AppServices selectGamePlayerCards ) : System
selectGamePlayers ArmedCards.DataAccess.GamePlayer
selectGamePlayerCards ArmedCards.BusinessLogic.AppServices
return System
        public Select(DAL.Base.ISelect selectGamePlayers,
					  AS.GamePlayerCard.Base.ISelect selectGamePlayerCards)
        {
            this._selectGamePlayers = selectGamePlayers;
            this._selectGamePlayerCards = selectGamePlayerCards;
        }