Class ReportServiceContext
Inheritance
ReportServiceContext
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ReportServiceContext : RegulationServiceContext, IServiceContext
Constructors
ReportServiceContext(ITenant, IRegulation, IReport)
Declaration
public ReportServiceContext(ITenant tenant, IRegulation regulation, IReport report)
Parameters
ReportServiceContext(int, int, int)
Declaration
public ReportServiceContext(int tenantId, int regulationId, int reportId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
regulationId |
|
| int |
reportId |
|
Properties
ReportId
Declaration
public int ReportId { get; }
Property Value
Implements
Extension Methods