Example #1
0
 public void CreateOrder(BusStation facade)
 {
     facade.Start();
     facade.Stop();
 }