示例#1
0
 public LearnController(IWordService wordService, IWordListService wordListService, IColanderEngine colanderEngine)
 {
     _wordService     = wordService;
     _wordListService = wordListService;
     _colanderEngine  = colanderEngine;
 }
示例#2
0
 public WordListsController(IWordListService wordListService)
 {
     _wordListService = wordListService;
 }