Interface IRegulationService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IRegulationService : ICrudService<IRegulation, TenantServiceContext, Query>, ICreateService<IRegulation, TenantServiceContext, Query>, IReadService<IRegulation, TenantServiceContext, Query>
Methods
GetAsync<T>(TenantServiceContext, string)
Declaration
Task<T> GetAsync<T>(TenantServiceContext context, string name) where T : class, IRegulation
Parameters
Returns
Type Parameters
GetCaseOfCaseFieldAsync(TenantServiceContext, string)
Declaration
Task<string> GetCaseOfCaseFieldAsync(TenantServiceContext context, string caseFieldName)
Parameters
Returns
Extension Methods