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

Insert() public method

public Insert ( ArmedCards.BusinessLogic.DomainServices.GameRound insertGameRound ) : System
insertGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
return System
        public Insert(DS.Base.IInsert insertGameRound)
        {
            this._insertGameRound = insertGameRound;
        }