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