Interface IMultiTenant
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.dll
Syntax
public interface IMultiTenant
Properties
TenantId
Id of the related tenant.
Declaration
Guid? TenantId { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |