Ejemplo n.º 1
0
 public VocabulariesController(
     IVocabularyService _VocabularyService,
     IWordClassService _WordClassService,
     IVocabularyTopicService _VocabularyTopicService)
 {
     this._VocabularyService      = _VocabularyService;
     this._WordClassService       = _WordClassService;
     this._VocabularyTopicService = _VocabularyTopicService;
 }
 public VocabularyTopicsController(
     IVocabularyTopicService _VocabularyTopicService)
 {
     this._VocabularyTopicService = _VocabularyTopicService;
 }