Esempio n. 1
0
 // here we can "inject" our context service into the constructor
 public HomeController(DeliciousContext context)
 {
     dbContext = context;
 }