Interface IPayrunService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IPayrunService : ICrudService<IPayrun, TenantServiceContext, Query>, ICreateService<IPayrun, TenantServiceContext, Query>, IReadService<IPayrun, TenantServiceContext, Query>
Methods
GetAsync<T>(TenantServiceContext, string)
Declaration
Task<T> GetAsync<T>(TenantServiceContext context, string name) where T : class, IPayrun
Parameters
Returns
Type Parameters
RebuildAsync(TenantServiceContext, int)
Declaration
Task RebuildAsync(TenantServiceContext context, int payrunId)
Parameters
Returns
Extension Methods