Ejemplo n.º 1
0
 public HomeController(IVocabularyLogic vocabularyLogic)
 {
     _vocabularyLogic = vocabularyLogic;
 }
Ejemplo n.º 2
0
 public HomeOldController(IVocabularyLogic vocabularyLogic, UserManager <ApplicationUser> userManager)
 {
     _vocabularyLogic = vocabularyLogic;
 }