using Microsoft.Extensions.DependencyInjection; using Tiku.Application.Tenancy; using Tiku.Application.TenantAdmin; using Tiku.Application.Jobs; using Tiku.Infrastructure.Tenancy; using Tiku.Infrastructure.TenantAdmin; using Tiku.Infrastructure.TenantAdmin.Dashboard; namespace Tiku.Infrastructure; internal static class TenantAdminModule { internal static IServiceCollection AddTenantAdminModule(this IServiceCollection services) { services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); return services; } }