Abstract base class for all EF Core entities. It contains common audit properties and the
timestamp property.
public abstract class GuidIdEntity : Sagara.Core.Data.Models.EntityInheritance System.Object 🡒 Entity 🡒 GuidIdEntity
Default .ctor. Initializes the Id and sets CreateUtc and UpdateUtc
to the current UTC date/time.
public GuidIdEntity();The Entity's unique id (primary key). Must be assigned by the client.
public System.Guid Id { get; set; }