public ProductController(BeerFinderContext context)
 {
     _context = context;
 }
Exemple #2
0
 public SettingController(BeerFinderContext context)
 {
     _context = context;
 }