Arash.Core.Manager.EntityTypeManager.Remove C# (CSharp) Method

Remove() public method

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