BlottoBeats.Library.Networking.BBRequest.UpDownVote.UpDownVote C# (CSharp) Method

UpDownVote() public method

public UpDownVote ( SongParameters song, bool vote, UserToken userInfo ) : System
song BlottoBeats.Library.SongData.SongParameters
vote bool
userInfo BlottoBeats.Library.Authentication.UserToken
return System
            public UpDownVote(SongParameters song, bool vote, UserToken userInfo)
                : base(userInfo)
            {
                this.song = song;
                this.vote = vote;
            }
BBRequest.UpDownVote