Ejemplo n.º 1
0
 public Order AddOreder(Order newOrder, Location location)
 {
     newOrder.calculateTotal();
     return(_orderDB.AddOrder(newOrder, location));
 }