Class TenantServiceContext
Inheritance
TenantServiceContext
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class TenantServiceContext : RootServiceContext, IServiceContext
Constructors
TenantServiceContext(ITenant)
Declaration
public TenantServiceContext(ITenant tenant)
Parameters
| Type |
Name |
Description |
| ITenant |
tenant |
|
TenantServiceContext(int)
Declaration
public TenantServiceContext(int tenantId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
Properties
TenantId
Declaration
public int TenantId { get; }
Property Value
Implements
Extension Methods