Interface IPayrollLayerService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrollLayerService : ICrudService<IPayrollLayer, PayrollServiceContext, Query>, ICreateService<IPayrollLayer, PayrollServiceContext, Query>, IReadService<IPayrollLayer, PayrollServiceContext, Query>, IAttributeService<PayrollServiceContext>
Methods
GetAsync<T>(PayrollServiceContext, string)
Declaration
Task<T> GetAsync<T>(PayrollServiceContext context, string identifier) where T : class, IPayrollLayer
Parameters
Returns
Type Parameters
Extension Methods