Interface ILookupValueService
Payroll lookup value service
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupValueService : ICrudService<ILookupValue, LookupServiceContext, Query>, ICreateService<ILookupValue, LookupServiceContext, Query>, IReadService<ILookupValue, LookupServiceContext, Query>
Methods
GetLookupValuesDataAsync<T>(LookupServiceContext, string)
Get lookup values data
Declaration
Task<List<T>> GetLookupValuesDataAsync<T>(LookupServiceContext context, string culture = null) where T : LookupValueData
Parameters
| Type | Name | Description |
|---|---|---|
| LookupServiceContext | context | The service context |
| string | culture | The culture name based on RFC 4646 |
Returns
| Type | Description |
|---|---|
| Task<List<T>> | The lookup value data |
Type Parameters
| Name | Description |
|---|---|
| T |