Ejemplo n.º 1
0
 public DerLayoutController(IDropdownService dropdownService, IDerService derService, IMeasurementService measurementService, IHighlightService highlightService, ISelectService selectService)
 {
     _dropdownService = dropdownService;
     _derService = derService;
     _measurementService = measurementService;
     _highlightService = highlightService;
     _selectService = selectService;
 }
Ejemplo n.º 2
0
 public DerLayoutController(IDropdownService dropdownService, IDerService derService, IMeasurementService measurementService, IHighlightService highlightService, ISelectService selectService, IUserService userService)
 {
     _dropdownService    = dropdownService;
     _derService         = derService;
     _measurementService = measurementService;
     _selectService      = selectService;
     _userService        = userService;
 }
Ejemplo n.º 3
0
 public DerController(IDerService derService, IDropdownService dropdownService, IArtifactService artifactService, IHighlightService highlightService, IWeatherService weatherService, IKpiAchievementService kpiAchievementService, IKpiTargetService kpiTargetService, IVesselScheduleService vesselScheduleService, IWaveService waveService)
 {
     _derService = derService;
     _dropdownService = dropdownService;
     _artifactService = artifactService;
     _highlightService = highlightService;
     _weatherService = weatherService;
     _kpiAchievementService = kpiAchievementService;
     _kpiTargetService = kpiTargetService;
     _vesselScheduleService = vesselScheduleService;
     _waveService = waveService;
 }
 public DerTransactionController(IDerService derService,
                                 IDerTransactionService derTransactionService,
                                 IKpiAchievementService kpiAchievementService,
                                 IKpiTargetService kpiTargetService,
                                 IHighlightService highlightService,
                                 ISelectService selectService,
                                 IWaveService waveService,
                                 IWeatherService weatherService,
                                 IDerLoadingScheduleService derLoadingScheduleService,
                                 IKpiTransformationService kpiTransformationService)
 {
     _derService                = derService;
     _derTransactionService     = derTransactionService;
     _kpiAchievementService     = kpiAchievementService;
     _kpiTargetService          = kpiTargetService;
     _highlightService          = highlightService;
     _selectService             = selectService;
     _waveService               = waveService;
     _weatherService            = weatherService;
     _derLoadingScheduleService = derLoadingScheduleService;
     _kpiTransformationService  = kpiTransformationService;
 }
Ejemplo n.º 5
0
 public DerTransactionController(IDerService derService, 
     IDerTransactionService derTransactionService, 
     IKpiAchievementService kpiAchievementService, 
     IKpiTargetService kpiTargetService, 
     IHighlightService highlightService, 
     ISelectService selectService, 
     IWaveService waveService, 
     IWeatherService weatherService,
     IDerLoadingScheduleService derLoadingScheduleService,
     IKpiTransformationService kpiTransformationService)
 {
     _derService = derService;
     _derTransactionService = derTransactionService;
     _kpiAchievementService = kpiAchievementService;
     _kpiTargetService = kpiTargetService;
     _highlightService = highlightService;
     _selectService = selectService;
     _waveService = waveService;
     _weatherService = weatherService;
     _derLoadingScheduleService = derLoadingScheduleService;
     _kpiTransformationService = kpiTransformationService;
 }
Ejemplo n.º 6
0
 //public static string SecretNumber { get; set; }
 public DerImageController(IDerService derService)
 {
     _derService = derService;
 }
Ejemplo n.º 7
0
 //public static string SecretNumber { get; set; }
 public DerImageController(IDerService derService)
 {
     _derService = derService;
 }