Skip to main content
All docs
V26.1
  • TenantByEmailResolver(IServiceProvider) Constructor

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

    Namespace: DevExpress.ExpressApp.MultiTenancy

    Assembly: DevExpress.ExpressApp.MultiTenancy.v26.1.dll

    Declaration

    public TenantByEmailResolver(
        IServiceProvider serviceProvider
    )

    Parameters

    Name Type
    serviceProvider IServiceProvider
    See Also