public HostTenantIdentificationService(TenantMapping tenants) { this._tenants = tenants; }
public HostTenantIdentificationService(IConfiguration configuration) { this._tenants = configuration.GetTenantMapping(); }