Esempio n. 1
0
 public UserFacade(IDictionaryClient dictionaryClient)
 {
     _dictionaryClient = dictionaryClient;
 }
Esempio n. 2
0
 public DictionaryService(IDictionaryClient dictionaryClient)
 {
     this.dictionaryClient = dictionaryClient;
 }
Esempio n. 3
0
 public LanguageService(IDictionaryClient dictionaryClient)
 {
     this.dictionaryClient = dictionaryClient;
 }