Пример #1
0
 public OrderMaker(OrderHandler oh)
 {
     Oh = oh;
 }
Пример #2
0
 public OrderInventoryHandler(OrderHandler oh)
 {
     Oh = oh;
 }