namespace Manager.Data.Entities.Audit; /// /// Make all properties in the entity audible, if they are changed this will be stored as a history in the db. /// [AttributeUsage(AttributeTargets.Class)] public class AuditableAttribute : Attribute { }