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

Select() public method

public Select ( ArmedCards.DataAccess.GameRoundCard selectGameRoundCard ) : System
selectGameRoundCard ArmedCards.DataAccess.GameRoundCard
return System
        public Select(DAL.Base.ISelect selectGameRoundCard)
        {
            this._selectGameRoundCard = selectGameRoundCard;
        }