public TranslationServiceTest()
 {
     translationService = new TranslationService();
 }
Пример #2
0
 public TranslationController()
 {
     translationService = new TranslationService();
 }