using Backend.Domain; namespace Backend.Repositories; public interface IAdminAuditRepository { void Add(AdminAuditEntry entry); }