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

Update() public méthode

public Update ( ArmedCards.BusinessLogic.DomainServices.Game update ) : System
update ArmedCards.BusinessLogic.DomainServices.Game
Résultat System
        public Update(DS.Base.IUpdate update)
        {
            this._update = update;
        }