Ejemplo n.º 1
0
 public string Operation1()
 {
     return(subsystemA.Operation1() + subsystemB.Operation1());
 }