예제 #1
0
 public OrderFacade(WarehouseService warehouse, BillingService billing)
 {
     _warehouse = warehouse;
     _billing   = billing;
 }