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

Select() public method

public Select ( ArmedCards.DataAccess.GamePlayerKickVote select, ArmedCards.BusinessLogic.AppServices selectUser ) : System
select ArmedCards.DataAccess.GamePlayerKickVote
selectUser ArmedCards.BusinessLogic.AppServices
return System
        public Select(DAL.Base.ISelect select, AS.User.Base.ISelect selectUser)
        {
            this._select = select;
            this._selectUser = selectUser;
        }