ArmedCards.BusinessLogic.AppServices.GameRoundCard.Update.Update C# (CSharp) Méthode

Update() public méthode

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