Exemplo n.º 1
0
 public void Method()
 {
     _subSystemA.Method1();
     _subSystemA.Method2();
     _subSystemB.Method1();
     _subSystemB.Method2();
 }