Skip to content

Interface ITenantContextAccessor

Namespace: Cephalon.Abstractions.Tenancy
Assembly: Cephalon.Abstractions.dll

Exposes the tenant context currently active for the ambient runtime scope.

public interface ITenantContextAccessor

Gets the tenant context currently active for the ambient runtime scope.

TenantContext? Current { get; }

TenantContext?