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