Example #1
0
 public string SayHello()
 {
     return(_phrases.GenerateRandomHello() + " " + _phrases.GenerateIntroduction());
 }