Interface ILookupSetService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupSetService : ICreateService<ILookupSet, RegulationServiceContext, Query>, IReadService<ILookupSet, RegulationServiceContext, Query>
Methods
CreateAsync<T>(RegulationServiceContext, IEnumerable<T>)
Declaration
Task CreateAsync<T>(RegulationServiceContext context, IEnumerable<T> lookupSets) where T : class, ILookupSet
Parameters
Returns
Type Parameters
GetAsync<T>(RegulationServiceContext, string)
Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, string name) where T : class, ILookupSet
Parameters
Returns
Type Parameters
Extension Methods