Interface ILookupValueService
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)
Declaration
Task<List<T>> GetLookupValuesDataAsync<T>(LookupServiceContext context, string culture = null) where T : LookupValueData
Parameters
Returns
Type Parameters
Extension Methods