Interface IWageTypeService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWageTypeService : ICrudService<IWageType, RegulationServiceContext, Query>, ICreateService<IWageType, RegulationServiceContext, Query>, IReadService<IWageType, RegulationServiceContext, Query>
Methods
GetAsync<T>(RegulationServiceContext, decimal, CultureInfo)
Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, decimal wageTypeNumber, CultureInfo culture) where T : class, IWageType
Parameters
Returns
Type Parameters
GetAsync<T>(RegulationServiceContext, string)
Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, string name) where T : class, IWageType
Parameters
Returns
Type Parameters
RebuildAsync(RegulationServiceContext, int)
Declaration
Task RebuildAsync(RegulationServiceContext context, int wageTypeId)
Parameters
Returns
Extension Methods