ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote.CheckVotes.CheckVotes C# (CSharp) Method

CheckVotes() public method

public CheckVotes ( ArmedCards.BusinessLogic.AppServices selectVotes ) : System
selectVotes ArmedCards.BusinessLogic.AppServices
return System
        public CheckVotes(AS.GamePlayerKickVote.Base.ISelect selectVotes)
        {
            this._selectVotes = selectVotes;
        }