public SpecificationHandler(SpecificationHandler specificationHandlerSuccessor)
 {
     _specificationHandlerSuccessor = specificationHandlerSuccessor;
 }
Example #2
0
 protected SpecificationHandler(SpecificationHandler specificationHandlerSuccessor)
 {
     _specificationHandlerSuccessor = specificationHandlerSuccessor;
 }