public ReportController( IOrchardServices services, IProcessService processService, ISortService sortService, ISecureFileService secureFileService, ICfgService cfgService, ISlugService slugService, IAppDataFolder appDataFolder, IClock clock, IBatchCreateService batchCreateService, IBatchWriteService batchWriteService, IBatchRunService batchRunService, IBatchRedirectService batchRedirectService, IFileService fileService ) { _orchardServices = services; _processService = processService; _secureFileService = secureFileService; _sortService = sortService; _batchCreateService = batchCreateService; _batchWriteService = batchWriteService; _batchRunService = batchRunService; _batchRedirectService = batchRedirectService; T = NullLocalizer.Instance; Logger = NullLogger.Instance; }
public PivotTableController( IOrchardServices services, IProcessService processService, ISortService sortService, ISecureFileService secureFileService, ICfgService cfgService, ISlugService slugService, IAppDataFolder appDataFolder, IClock clock, IBatchCreateService batchCreateService, IBatchWriteService batchWriteService, IBatchRunService batchRunService, IBatchRedirectService batchRedirectService, IFileService fileService ) { _orchardServices = services; _processService = processService; _secureFileService = secureFileService; }
public ActionController( IOrchardServices services, IProcessService processService, ISecureFileService secureFileService, IBatchCreateService batchCreateService, IBatchWriteService batchWriteService, IBatchRunService batchRunService, IBatchRedirectService batchRedirectService ) { _orchardServices = services; _processService = processService; _secureFileService = secureFileService; _batchCreateService = batchCreateService; _batchWriteService = batchWriteService; _batchRunService = batchRunService; _batchRedirectService = batchRedirectService; T = NullLocalizer.Instance; Logger = NullLogger.Instance; }