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