Example #1
0
 public HomeController(IVocabularyLogic vocabularyLogic)
 {
     _vocabularyLogic = vocabularyLogic;
 }
 public HomeOldController(IVocabularyLogic vocabularyLogic, UserManager <ApplicationUser> userManager)
 {
     _vocabularyLogic = vocabularyLogic;
 }