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