Beispiel #1
0
 public R105UnitTests()
 {
     _r105RuleValidator = new R105Validator(
         new R105PickLdFamActTypes(),
         new LearningDeliveryNoOverlappingDatesRule()
         );
 }