ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote.Insert.Insert C# (CSharp) Метод

Insert() публичный Метод

public Insert ( ArmedCards.BusinessLogic.Repositories.GamePlayerKickVote insert, ArmedCards.BusinessLogic.AppServices selectGame ) : System
insert ArmedCards.BusinessLogic.Repositories.GamePlayerKickVote
selectGame ArmedCards.BusinessLogic.AppServices
Результат System
        public Insert(REPO.Base.IInsert insert, AS.Game.Base.ISelect selectGame)
        {
            this._insert = insert;
            this._selectGame = selectGame;
        }