public InventoriesController(SakilaPracticeContext context)
 {
     _context = context;
 }
 public film_actorController(SakilaPracticeContext context)
 {
     _context = context;
 }
Example #3
0
 public film_categoryController(SakilaPracticeContext context)
 {
     _context = context;
 }