Interface IReportSetService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportSetService : ICreateService<IReportSet, RegulationServiceContext, Query>, IReadService<IReportSet, RegulationServiceContext, Query>
Methods
GetAsync<T>(RegulationServiceContext, int, ReportRequest)
Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, int reportId, ReportRequest reportRequest) where T : class, IReportSet
Parameters
Returns
Type Parameters
GetAsync<T>(RegulationServiceContext, string, ReportRequest)
Declaration
Task<T> GetAsync<T>(RegulationServiceContext context, string name, ReportRequest reportRequest) where T : class, IReportSet
Parameters
Returns
Type Parameters
Extension Methods