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

Insert() public method

public Insert ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard insertGameRoundCard ) : System
insertGameRoundCard ArmedCards.BusinessLogic.DomainServices.GameRoundCard
return System
        public Insert(DS.Base.IInsert insertGameRoundCard)
        {
            this._insertGameRoundCard = insertGameRoundCard;
        }