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