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