namespace MicCheck.Api.Audit; public static class DependencyRegistration { public static IServiceCollection AddAuditServices(this IServiceCollection services) { services.AddScoped(); services.AddScoped(); return services; } }