Exemplo n.º 1
0
 public ISay Say(string value)
 {
     return(_speech.Say(value));
 }
Exemplo n.º 2
0
 public static void Say(string text)
 {
     _speech.Say(text);
 }