namespace Manager.Data.Entities.Audit; /// /// Specifies to ignore the properties in the entity to not audit. /// [AttributeUsage(AttributeTargets.Class)] public class NoAuditAttribute : Attribute { }