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

Update() public method

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