ArmedCards.BusinessLogic.DomainServices.Game.Update.Update C# (CSharp) Метод

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

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