ArmedCards.BusinessLogic.AppServices.GameRound.Select.Select C# (CSharp) Метод

Select() публичный Метод

public Select ( ArmedCards.BusinessLogic.DomainServices.GameRound selectGameRound ) : System
selectGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
Результат System
        public Select(DS.Base.ISelect selectGameRound)
        {
            this._selectGameRound = selectGameRound;
        }