using api.Interfaces; using api.Services; namespace api; public static class ServiceCollectionExtensions { public static void AddServices(this IServiceCollection services) { services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); } }