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

Add() public method

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