Пример #1
0
 public AFinType_11Rule(
     ILearningDeliveryAppFinRecordQueryService learningDeliveryAppFinRecordQueryService,
     IValidationErrorHandler validationErrorHandler)
     : base(validationErrorHandler, RuleNameConstants.AFinType_11)
 {
     _learningDeliveryAppFinRecordQueryService = learningDeliveryAppFinRecordQueryService;
 }
Пример #2
0
 private AFinDate_13Rule NewRule(
     IDerivedData_07Rule dd07 = null,
     ILearningDeliveryAppFinRecordQueryService appFinRecordQueryService = null,
     IValidationErrorHandler validationErrorHandler = null)
 {
     return(new AFinDate_13Rule(dd07, appFinRecordQueryService, validationErrorHandler));
 }
 public DerivedData_17Rule NewRule(
     IDateTimeQueryService dateTimeQueryService = null,
     ILARSDataService larsDataService           = null,
     ILearningDeliveryAppFinRecordQueryService appFinRecordQueryService = null)
 {
     return(new DerivedData_17Rule(dateTimeQueryService, larsDataService, appFinRecordQueryService));
 }
Пример #4
0
 private R72Rule NewRule(
     IValidationErrorHandler validationErrorHandler = null,
     ILearningDeliveryAppFinRecordQueryService learningDeliveryAppFinRecordQueryService = null,
     IDerivedData_17Rule dd17 = null)
 {
     return(new R72Rule(validationErrorHandler, learningDeliveryAppFinRecordQueryService, dd17));
 }
 public EPAOrgID_03Rule(
     ILearningDeliveryAppFinRecordQueryService learningDeliveryAppFinRecordQueryService,
     IValidationErrorHandler validationErrorHandler)
     : base(validationErrorHandler, RuleNameConstants.EPAOrgID_03)
 {
     _learningDeliveryAppFinRecordQueryService = learningDeliveryAppFinRecordQueryService;
 }
 public R72Rule(
     IValidationErrorHandler validationErrorHandler,
     ILearningDeliveryAppFinRecordQueryService learningDeliveryAppFinRecordQueryService,
     IDerivedData_17Rule dd17)
     : base(validationErrorHandler, RuleNameConstants.R72)
 {
     _learningDeliveryAppFinRecordQueryService = learningDeliveryAppFinRecordQueryService;
     _dd17 = dd17;
 }
Пример #7
0
 public AFinDate_13Rule(
     IDerivedData_07Rule dd07,
     ILearningDeliveryAppFinRecordQueryService appFinRecordQueryService,
     IValidationErrorHandler validationErrorHandler)
     : base(validationErrorHandler, RuleNameConstants.AFinDate_13)
 {
     _dd07 = dd07;
     _appFinRecordQueryService = appFinRecordQueryService;
 }
 public DerivedData_17Rule(
     IDateTimeQueryService dateTimeQueryService,
     ILARSDataService larsDataService,
     ILearningDeliveryAppFinRecordQueryService appFinRecordQueryService)
 {
     _dateTimeQueryService = dateTimeQueryService;
     _larsData             = larsDataService;
     _appFinRecordData     = appFinRecordQueryService;
 }
 public AFinDate_06Rule(IValidationErrorHandler validationErrorHandler, ILearningDeliveryAppFinRecordQueryService appFinRecordQueryService)
     : base(validationErrorHandler, RuleNameConstants.AFinDate_06)
 {
     _appFinRecordQueryService = appFinRecordQueryService;
 }
Пример #10
0
 public AFinType_08Rule(ILearningDeliveryAppFinRecordQueryService appFindRecordQueryService, IValidationErrorHandler validationErrorHandler)
     : base(validationErrorHandler, RuleNameConstants.AFinType_08)
 {
     _appFindRecordQueryService = appFindRecordQueryService;
 }
 private AFinDate_05Rule NewRule(ILearningDeliveryAppFinRecordQueryService appFinRecordQueryService = null, IValidationErrorHandler validationErrorHandler = null)
 {
     return(new AFinDate_05Rule(validationErrorHandler, appFinRecordQueryService ?? Mock.Of <ILearningDeliveryAppFinRecordQueryService>()));
 }
 private AFinType_01Rule NewRule(
     ILearningDeliveryAppFinRecordQueryService learningDeliveryAppFinRecordQueryService = null,
     IValidationErrorHandler validationErrorHandler = null)
 {
     return(new AFinType_01Rule(learningDeliveryAppFinRecordQueryService, validationErrorHandler));
 }
Пример #13
0
 public DerivedData_17Rule(ILARSDataService larsDataService, ILearningDeliveryAppFinRecordQueryService learningDeliveryAppFinRecordQueryService)
 {
     _larsDataService = larsDataService;
     _learningDeliveryAppFinRecordQueryService = learningDeliveryAppFinRecordQueryService;
 }
Пример #14
0
 private DerivedData_17Rule NewRule(
     ILARSDataService larsDataService = null,
     ILearningDeliveryAppFinRecordQueryService learningDeliveryAppFinRecordQueryService = null)
 {
     return(new DerivedData_17Rule(larsDataService, learningDeliveryAppFinRecordQueryService));
 }
Пример #15
0
 private EPAOrgID_03Rule NewRule(
     ILearningDeliveryAppFinRecordQueryService learningDeliveryAppFinRecordQueryService = null,
     IValidationErrorHandler validationErrorHandler = null)
 {
     return(new EPAOrgID_03Rule(learningDeliveryAppFinRecordQueryService, validationErrorHandler));
 }