Esempio n. 1
0
 public bool IsSatisfied(Product t)
 {
     return(_colorSpecification.IsSatisfied(t) && _sizeSpecification.IsSatisfied(t));
 }