When configuring the current tenants services, you have access to the current tenant, and the IServiceCollection being configured. It's also going to be useful to have access to ApplicationServices - so you can resolve stuff like IConfiguration and use that to drive how you set up / register particular tenants services.
When configuring the current tenants services, you have access to the current tenant, and the IServiceCollection being configured. It's also going to be useful to have access to ApplicationServices - so you can resolve stuff like IConfiguration and use that to drive how you set up / register particular tenants services.