Example #1
0
 public HomeController(ChefsDishesContext context)
 {
     dbContext = context;
 }