ArmedCards.BusinessLogic.Repositories.Game.Insert.Insert C# (CSharp) Method

Insert() public method

public Insert ( DataAccess _insertGame, GamePlayer insertGamePlayerREPO ) : System
_insertGame DataAccess
insertGamePlayerREPO GamePlayer
return System
        public Insert(DataAccess.Game.Base.IInsert _insertGame,
                      GamePlayer.Base.IInsert insertGamePlayerREPO)
        {
            this._insertGame = _insertGame;
            this._insertGamePlayerREPO = insertGamePlayerREPO;
        }