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

Update() 공개 메소드

public Update ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard updateGameRoundCard ) : System
updateGameRoundCard ArmedCards.BusinessLogic.DomainServices.GameRoundCard
리턴 System
        public Update(DS.Base.IUpdate updateGameRoundCard)
        {
            this._updateGameRoundCard = updateGameRoundCard;
        }