コード例 #1
0
 public HomeController(IVocabularyLogic vocabularyLogic)
 {
     _vocabularyLogic = vocabularyLogic;
 }
コード例 #2
0
 public HomeOldController(IVocabularyLogic vocabularyLogic, UserManager <ApplicationUser> userManager)
 {
     _vocabularyLogic = vocabularyLogic;
 }