public ULNRule02(
     IValidationErrorMessageService errorMessageService,
     IReferenceDataService referenceDataService)
     : base(errorMessageService)
 {
     _referenceDataService = referenceDataService;
 }
Ejemplo n.º 2
0
 public SupplementaryDataPanelDate01(
     IValidationErrorMessageService errorMessageService,
     IDateTimeProvider dateTimeProvider)
     : base(errorMessageService)
 {
     _dateTimeProvider = dateTimeProvider;
 }
Ejemplo n.º 3
0
 public LearnAimRef05(
     IValidationErrorMessageService errorMessageService,
     IReferenceDataService referenceDataService)
     : base(errorMessageService)
 {
     _referenceDataService = referenceDataService;
 }
Ejemplo n.º 4
0
 public FileNameRule08(
     IValidationErrorMessageService errorMessageService,
     IEsfRepository esfRepository)
     : base(errorMessageService)
 {
     _esfRepository = esfRepository;
 }
 public DeliverableCodeRule02(
     IValidationErrorMessageService errorMessageService,
     IReferenceDataService referenceDataService,
     IFcsCodeMappingHelper mappingHelper)
     : base(errorMessageService)
 {
     _referenceDataService = referenceDataService;
     _mappingHelper        = mappingHelper;
 }
Ejemplo n.º 6
0
 public ULNRule03(
     IValidationErrorMessageService errorMessageService,
     IDateTimeProvider dateTimeProvider,
     IMonthYearHelper monthYearHelper)
     : base(errorMessageService)
 {
     _dateTimeProvider = dateTimeProvider;
     _monthYearHelper  = monthYearHelper;
 }
 public CalendarYearCalendarMonthRule01(
     IValidationErrorMessageService errorMessageService,
     IDateTimeProvider dateTimeProvider,
     IReferenceDataService referenceDataService)
     : base(errorMessageService)
 {
     _referenceDataService = referenceDataService;
     _dateTimeProvider     = dateTimeProvider;
 }
Ejemplo n.º 8
0
 public CalendarYearCalendarMonthRule03(
     IValidationErrorMessageService errorMessageService,
     IReferenceDataService referenceDataService,
     IFcsCodeMappingHelper mappingHelper)
     : base(errorMessageService)
 {
     _referenceDataService = referenceDataService;
     _mappingHelper        = mappingHelper;
 }
 public LearnAimRef04(
     IValidationErrorMessageService errorMessageService,
     IReferenceDataService referenceDataService,
     IMonthYearHelper monthYearHelper)
     : base(errorMessageService)
 {
     _referenceDataService = referenceDataService;
     _monthYearHelper = monthYearHelper;
 }
 public ServiceController(
     ISourceFileModelBuilder sourceFileModelBuilder,
     ITaskHelper taskHelper,
     IPeriodHelper periodHelper,
     IFileValidationService fileValidationService,
     IStorageController storageController,
     IReportingController reportingController,
     IValidationErrorMessageService validationErrorMessageService,
     IExcelFileService excelFileService)
 {
     _sourceFileModelBuilder        = sourceFileModelBuilder;
     _taskHelper                    = taskHelper;
     _periodHelper                  = periodHelper;
     _fileValidationService         = fileValidationService;
     _reportingController           = reportingController;
     _storageController             = storageController;
     _validationErrorMessageService = validationErrorMessageService;
     _excelFileService              = excelFileService;
 }
Ejemplo n.º 11
0
 public DeliverableCodeRule01(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public CalendarMonthRule01(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public Duplicate01(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
Ejemplo n.º 14
0
 public ConRefNumberRule01(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
Ejemplo n.º 15
0
 public CostTypeRule02(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public FDULNDT(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public ULNRule01(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 protected BaseValidationRule(IValidationErrorMessageService errorMessageService)
 {
     _errorMessageService = errorMessageService;
 }
Ejemplo n.º 19
0
 public SupplementaryDataPanelDate02(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public LearnAimRef01(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
Ejemplo n.º 21
0
 public ValueRule02(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public ProviderSpecifiedReferenceRule01(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public FDCalendarYearMA(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
Ejemplo n.º 24
0
 public FDProviderSpecifiedReferenceAL(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public FDCostTypeAL(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public FDDeliverableCodeMA(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
Ejemplo n.º 27
0
 public FDReferenceTypeAL(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public FDConRefNumberAL(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
Ejemplo n.º 29
0
 public ReferenceTypeRule02(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }
 public FDCalendarMonthAL(IValidationErrorMessageService errorMessageService)
     : base(errorMessageService)
 {
 }