示例#1
0
 public void Execute()
 {
     Console.WriteLine("The app has started.");
     _messageWriter.WriteMessage("This line is written by the dependency.");
     Console.WriteLine("The app has ended.");
     _messageReader.ReadKey();
 }