Exemplo n.º 1
0
 public void AddToCart(Cabinet cabinet)
 {
     cabinets.Add(cabinet);
     cartPrice += cabinet.GetCabinetPrice;
 }