public RentalRecordsController(video_rentalsContext context)
 {
     _context = context;
 }
 public GenresController(video_rentalsContext context)
 {
     _context = context;
 }
 public MoviesController(video_rentalsContext context)
 {
     _context = context;
 }
Exemple #4
0
 public HomeController(video_rentalsContext context)
 {
     _context = context;
 }
Exemple #5
0
 public CustomersController(video_rentalsContext context)
 {
     _context = context;
 }