Methods to help with Entity objects.
public static class EntityHelper
Inheritance System.Object 🡒 EntityHelper
Common method to initialize the CreateUtc and UpdateUtc properties on classes that
implement IEntity.
public static void InitializeDates(Sagara.Core.Data.Models.IEntity entity);
entity
IEntity
The instance to update.