Example #1
0
 public NonPathedController(INotifierEntityService _notifierEntityService, IPathedNominationService pathedNominationService, ImetadataFileStatusService metadataFileStatusService, ICycleIndicator ICycleIndicator, IPNTNominationService IPNTNominationService, IPipelineService pipelineService, INonPathedService nonPathedService, IBatchService batchService) : base(pipelineService)
 {
     this._notifierEntityService    = _notifierEntityService;
     this.pathedNominationService   = pathedNominationService;
     this.metadataFileStatusService = metadataFileStatusService;
     this.ICycleIndicator           = ICycleIndicator;
     this.IPNTNominationService     = IPNTNominationService;
     // this.pipelineService = pipelineService;
     this.nonPathedService = nonPathedService;
     this.batchService     = batchService;
 }
Example #2
0
 public BatchController(INonPathedService nonPathedService, ICycleIndicator _cycleIndicator, ImetadataExportDeclarationService _metadataExportDeclarationService, ImetadataQuantityTypeIndicatorService _metadataQuantityTypeIndicatorService, ImetadataCapacityTypeIndicatorService _metadataCapacityTypeIndicatorService, ImetadataBidUpIndicatorService _metaDataBidUpIndicatorService, IPathedNominationService _pathedNominationService, INotifierEntityService _notifierEntityService, ICycleIndicator ICycleIndicator, ImetadataFileStatusService metadataFileStatusService, IPNTNominationService pntNominationService, IPathedNominationService pathedNominationService, IPipelineService pipelineService, IBatchService batchService) : base(pipelineService)
 {
     this._cycleIndicator = _cycleIndicator;
     this._metadataExportDeclarationService     = _metadataExportDeclarationService;
     this._metadataQuantityTypeIndicatorService = _metadataQuantityTypeIndicatorService;
     this._metadataCapacityTypeIndicatorService = _metadataCapacityTypeIndicatorService;
     this._metaDataBidUpIndicatorService        = _metaDataBidUpIndicatorService;
     this._notifierEntityService    = _notifierEntityService;
     this.pntNominationService      = pntNominationService;
     this.pathedNominationService   = pathedNominationService;
     this.metadataFileStatusService = metadataFileStatusService;
     this.ICycleIndicator           = ICycleIndicator;
     //this.pipelineService = pipelineService;
     this.batchService             = batchService;
     this._pathedNominationService = _pathedNominationService;
     this.nonPathedService         = nonPathedService;
 }