public DesignerController( ICacheManager cacheManager, IReportTemplateAppService templateAppService ) { _TemplateAppService = templateAppService; }
public TemplateController( ICacheManager cacheManager, IReportTemplateAppService reporttemplateappservice, IReportCategoryAppService categoryappservice ) { _ReportTemplateAppService = reporttemplateappservice; _CategoryAppService = categoryappservice; }
public Job_RPTEmailController( ICacheManager cacheManager, IJob_RPTEmailAppService job_rptemailappservice, IJobGroupAppService jobgroupappservice, IReportTemplateAppService reporttemplateappservice, IReportCategoryAppService categoryappservice ) { _Job_RPTEmailAppService = job_rptemailappservice; _JobGroupAppService = jobgroupappservice; _ReportTemplateAppService = reporttemplateappservice; _CategoryAppService = categoryappservice; }
public PreviewerController( ICacheManager cacheManager, IReportTemplateAppService templateAppService, IReportParameterAppService parameterAppService, IReportDataSourceAppService dataSourceAppService, IReportCategoryAppService categoryAppService ) { _TemplateAppService = templateAppService; _ParameterAppService = parameterAppService; _DataSourceAppService = dataSourceAppService; _CategoryAppService = categoryAppService; }