Example #1
0
 public void AddTotal(string name, string price)
 {
     OrderTotal newTotal = new OrderTotal('?');
     totales.Add(newTotal.GenerateTotal(name, price));
 }