ArmedCards.BusinessLogic.AppServices.GamePlayer.Update.Update C# (CSharp) Метод

Update() публичный Метод

public Update ( ArmedCards.BusinessLogic.DomainServices.GamePlayer update ) : System
update ArmedCards.BusinessLogic.DomainServices.GamePlayer
Результат System
        public Update(DS.Base.IUpdate update)
        {
            this._update = update;
        }