namespace ROLAC.API.Entities.Base; /// /// Opt-in marker: entities implementing this are diffed by AuditLogInterceptor, which /// writes a before→after AuditLog row on every Create/Update/Delete. Applied only to business /// entities the church cares about — not to internal/high-churn rows (RefreshToken, log tables). /// public interface IAuditable { }