BuildIt.Data.Sqlite.Repository.BaseEntity.BaseEntity C# (CSharp) Method

BaseEntity() protected method

protected BaseEntity ( ) : System
return System
        protected BaseEntity()
        {
            Id = Guid.NewGuid().ToString();
        }
    }
BaseEntity