public TranslationServiceTest()
 {
     translationService = new TranslationService();
 }
Exemplo n.º 2
0
 public TranslationController()
 {
     translationService = new TranslationService();
 }