ArmedCards.BusinessLogic.AppServices.GameRoundCard.Insert.Insert C# (CSharp) 메소드

Insert() 공개 메소드

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