Interface ITenantContext<TTenant>
This interface defines the minimum tenant context implementation.
Namespace: Talegen.AspNetCore.Multitenant
Assembly: Talegen.AspNetCore.Multitenant.dll
Syntax
public interface ITenantContext<TTenant>
where TTenant : class, ITenant
Type Parameters
Name | Description |
---|---|
TTenant | The type of the tenant. |
Properties
| Improve this Doc View SourceTenant
Gets or sets the tenant.
Declaration
TTenant Tenant { get; set; }
Property Value
Type | Description |
---|---|
TTenant | The tenant. |