Class TenantScopeProvider
Inheritance
System.Object
TenantScopeProvider
Namespace:InfinniPlatform.Session
Assembly:InfinniPlatform.Core.dll
Syntax
public class TenantScopeProvider : object, ITenantScopeProvider
Methods
| Improve this Doc View SourceBeginTenantScope(String)
Declaration
public ITenantScope BeginTenantScope(string tenantId)
Parameters
Type | Name | Description |
---|---|---|
System.String | tenantId |
Returns
Type | Description |
---|---|
ITenantScope |
GetTenantScope()
Declaration
public ITenantScope GetTenantScope()
Returns
Type | Description |
---|---|
ITenantScope |