ArmedCards.BusinessLogic.AppServices.GameRound.Select.Select C# (CSharp) Method

Select() public method

public Select ( ArmedCards.BusinessLogic.DomainServices.GameRound selectGameRound ) : System
selectGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
return System
        public Select(DS.Base.ISelect selectGameRound)
        {
            this._selectGameRound = selectGameRound;
        }