Pepino.Domain.Entity.IsPersisted C# (CSharp) Method

IsPersisted() public method

public IsPersisted ( ) : bool
return bool
        public virtual bool IsPersisted()
        {
            return _saved;
        }