Exemplo n.º 1
0
 public WordSwitchTest()
 {
     _wordSwitchApplication = new WordSwitchApplication();
 }
Exemplo n.º 2
0
 public SuperController(IWordSwitchApplication wordSwitchApplication)
 {
     _wordSwitchApplication = wordSwitchApplication;
 }