Beispiel #1
0
 public SearchService(IVocabularyUow vocabularyUow)
 {
     this.vocabularyUow = vocabularyUow;
 }
Beispiel #2
0
 public HomeController(IVocabularyUow vocabularyUow)
 {
     this.vocabularyUow = vocabularyUow;
 }
 public VocabularyService(IVocabularyUow vocabularyUow)
 {
     this.vocabularyUow = vocabularyUow;
 }