Esempio n. 1
0
 public bool CanApply(IEnumerable <IItem> items, ICustomer customer)
 {
     return(Skus.All(s => items.Any(i => i.Sku == s)));
 }