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

Update() public method

public Update ( ArmedCards.DataAccess.GamePlayer update ) : System
update ArmedCards.DataAccess.GamePlayer
return System
        public Update(DAL.Base.IUpdate update)
        {
            this._update = update;
        }