Interface IEmployeeCaseValueService
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IEmployeeCaseValueService : IReadService<ICaseValue, EmployeeServiceContext, CaseValueQuery>
Methods
GetCaseValueSlotsAsync(EmployeeServiceContext, string)
Declaration
Task<IEnumerable<string>> GetCaseValueSlotsAsync(EmployeeServiceContext context, string caseFieldName)
Parameters
| Type | Name | Description |
|---|---|---|
| EmployeeServiceContext | context | |
| string | caseFieldName |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<string>> |