Example #1
0
 public void RemoveLine(Drink drink)
 => Lines.RemoveAll(l => l.Drinks.Id == drink.Id);