using VberZero.AppService.AuditLogs; namespace VberAdmin.BaseSystem.AuditLogs; public interface IAuditLogAppService : IAuditLogsAppServiceBase { }