Exemplo n.º 1
0
 public string Operation()
 {
     return(adaptee.Method1() + " " + adaptee.Method2());
 }