// here we can "inject" our context service into the constructor public CrudeliciousController(CrudeliciousContext context) { dbContext = context; }
public HomeController(CrudeliciousContext context) { db = context; }