Beispiel #1
0
 public bool IsEligible(Order order)
 {
     return order.ContainsBook(book1) && order.ContainsBook(book2);
 }