Interface ILookupService
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILookupService : ICrudService<ILookup, RegulationServiceContext, Query>, ICreateService<ILookup, RegulationServiceContext, Query>, IReadService<ILookup, RegulationServiceContext, Query>
Methods
GetAsync<T>(RegulationServiceContext, string)
Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, string name) where T : class, ILookup
Parameters
| Type | Name | Description |
|---|---|---|
| RegulationServiceContext | context | |
| string | name |
Returns
| Type | Description |
|---|---|
| Task<T> |
Type Parameters
| Name | Description |
|---|---|
| T |