Class PayrunServiceContext
Payrun service context
Implements
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class PayrunServiceContext : TenantServiceContext, IServiceContext
Constructors
PayrunServiceContext(ITenant, IPayrun)
Initializes a new instance of the PayrunServiceContext class
Declaration
public PayrunServiceContext(ITenant tenant, IPayrun payrun)
Parameters
| Type | Name | Description |
|---|---|---|
| ITenant | tenant | The tenant |
| IPayrun | payrun | The payrun |
PayrunServiceContext(int, int)
Initializes a new instance of the PayrunServiceContext class
Declaration
public PayrunServiceContext(int tenantId, int payrunId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tenantId | The tenant id |
| int | payrunId | The payrun id |
Properties
PayrunId
The payrun id
Declaration
public int PayrunId { get; }
Property Value
| Type | Description |
|---|---|
| int |