Exemple #1
0
 private bool ExistsItem(PurchaseItem item)
 => Items.Any(x => x.Id == item.Id);