Example #1
0
 public WizardService(Enumerators.Action action, Enumerators.WorkFlow workFlow, PathInfo pathInfo, CustomerProvider customerProvider,
                      ImageService imageService, Controllers controllers, SegmentBuilder segmentBuilder, Settings settings,
                      IDialogService dialogService, ProjectAutomationService projectAutomationService, ProjectSettingsService projectSettingsService)
 {
     _action                   = action;
     _workFlow                 = workFlow;
     _pathInfo                 = pathInfo;
     _customerProvider         = customerProvider;
     _imageService             = imageService;
     _controllers              = controllers;
     _dialogService            = dialogService;
     _segmentBuilder           = segmentBuilder;
     _settings                 = settings;
     _projectAutomationService = projectAutomationService;
     _projectSettingsService   = projectSettingsService;
 }
 public ReportService(PathInfo pathInfo, ProjectAutomationService projectAutomationService, SegmentBuilder segmentBuilder)
 {
     _pathInfo = pathInfo;
     _projectAutomationService = projectAutomationService;
     _segmentBuilder           = segmentBuilder;
 }