Exemplo n.º 1
0
 public virtual void RemoveLine(Good good) =>
 lineCollection.RemoveAll(l => l.Good.GoodID == good.GoodID);