ArmedCards.BusinessLogic.DomainServices.Game.Select.Select C# (CSharp) Method

Select() public method

public Select ( ArmedCards.BusinessLogic.Repositories.Game selectGame ) : System
selectGame ArmedCards.BusinessLogic.Repositories.Game
return System
        public Select(REPO.Base.ISelect selectGame)
        {
            this._selectGame = selectGame;
        }