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