Skip to main content
All docs
V25.2
  • TenantByEmailResolver(IServiceProvider) Constructor

    Initializes a new instance of the TenantByEmailResolver class with the specified IServiceProvider.

    Namespace: DevExpress.ExpressApp.MultiTenancy

    Assembly: DevExpress.ExpressApp.MultiTenancy.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.MultiTenancy

    Declaration

    public TenantByEmailResolver(
        IServiceProvider serviceProvider
    )

    Parameters

    Name Type
    serviceProvider IServiceProvider
    See Also