Interface ICompanyCaseValueService
Payroll company case value service
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICompanyCaseValueService : IReadService<ICaseValue, TenantServiceContext, CaseValueQuery>
Methods
GetCaseValueSlotsAsync(TenantServiceContext, string)
Get all case slots from a specific case field
Declaration
Task<IEnumerable<string>> GetCaseValueSlotsAsync(TenantServiceContext context, string caseFieldName)
Parameters
| Type | Name | Description |
|---|---|---|
| TenantServiceContext | context | The service context |
| string | caseFieldName | The case field name |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<string>> | The case values |