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