Exemple #1
0
 public OrderMaker(OrderHandler oh)
 {
     Oh = oh;
 }
 public OrderInventoryHandler(OrderHandler oh)
 {
     Oh = oh;
 }