Arash.Core.Manager.EntityBaseManager.Edit C# (CSharp) Method

Edit() public method

public Edit ( EntityBase entity ) : void
entity Arash.Core.Model.EntityBase
return void
        public void Edit(EntityBase entity)
        {
            _repository.Save();
        }