Ejemplo n.º 1
0
 public AndSpecification(Specification <T> left, Specification <T> right)
 {
     _right = right;
     _left  = left;
 }