コード例 #1
0
 public CategoryController(ProductsAndCategoriesContext context)
 {
     dbContext = context;
 }
コード例 #2
0
 public HomeController(ProductsAndCategoriesContext context)
 {
     _context = context;
 }