Example #1
0
 // remove from the list
 public bool RemoveOrderFromList(OrderRepository order)
 {
 }
Example #2
0
 // Add an order to the list
 public void AddOrderToList(OrderRepository order)
 {
     _ListOfOrders.Add(order);
 }