예제 #1
0
 public string AskForName()
 {
     _inOut.WriteToOutput("What's your name? ");
     return(_inOut.ReadFromInput());
 }