Example #1
0
 public HomeController(StoreDbContext storeDbContext)
 {
     _storeDbContext = storeDbContext;
 }
Example #2
0
 public ProductController(StoreDbContext storeDbContext)
 {
     _storeDbContext = storeDbContext;
 }