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

Select() public method

public Select ( ArmedCards.BusinessLogic.Repositories.Deck selectDeck ) : System
selectDeck ArmedCards.BusinessLogic.Repositories.Deck
return System
        public Select(DS.Base.ISelect selectDeck)
        {
            this._selectDeck = selectDeck;
        }