Пример #1
0
 public TextReportController(IManualStartJobService manualStartJobService, IReportJobLogService reportJobLogService)
     : base(reportJobLogService)
 {
     _manualStartJobService = manualStartJobService;
     _reportJobLogService   = reportJobLogService;
 }
Пример #2
0
 public JobRunController(IManualStartJobService manualStartJobService)
 {
     _manualStartJobService = manualStartJobService;
 }