Beispiel #1
0
 public void Say()
 {
     Console.WriteLine("Hello, I m Service 1, let me call Service 2");
     _service2.Say();
 }