ArmedCards.BusinessLogic.AppServices.GamePlayerKickVote.Insert.Insert C# (CSharp) Method

Insert() public method

public Insert ( ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote insert, User selectUser, Hubs sendMessage, ArmedCards.BusinessLogic.AppServices checkVotes ) : System
insert ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote
selectUser User
sendMessage Hubs
checkVotes ArmedCards.BusinessLogic.AppServices
return System
        public Insert(DS.Base.IInsert insert, User.Base.ISelect selectUser,
                        Hubs.Base.ISendMessage sendMessage,
                      AS.GamePlayerKickVote.Base.ICheckVotes checkVotes)
        {
            this._insert = insert;
            this._selectUser = selectUser;
            this._sendMessage = sendMessage;
            this._checkVotes = checkVotes;
        }