Methods to help with Entity objects.
public static class EntityHelperInheritance 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.