ArmedCards.BusinessLogic.Repositories.GameRoundCard.Select.Select C# (CSharp) Метод

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

public Select ( ArmedCards.DataAccess.GameRoundCard selectGameRoundCard ) : System
selectGameRoundCard ArmedCards.DataAccess.GameRoundCard
Результат System
        public Select(DAL.Base.ISelect selectGameRoundCard)
        {
            this._selectGameRoundCard = selectGameRoundCard;
        }