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