ArmedCards.BusinessLogic.AppServices.Game.Update.Update C# (CSharp) Method

Update() public method

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