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