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

Insert() public method

public Insert ( ArmedCards.BusinessLogic.Repositories.GamePlayerKickVote insert, ArmedCards.BusinessLogic.AppServices selectGame ) : System
insert ArmedCards.BusinessLogic.Repositories.GamePlayerKickVote
selectGame ArmedCards.BusinessLogic.AppServices
return System
        public Insert(REPO.Base.IInsert insert, AS.Game.Base.ISelect selectGame)
        {
            this._insert = insert;
            this._selectGame = selectGame;
        }