Example #1
0
 public VideoStoreServices(VideosdbContext context)
 {
     _context = context;
 }
Example #2
0
 public HomeController(VideosdbContext context)
 {
     _context = context;
 }
Example #3
0
 public CustomerController(VideosdbContext context)
 {
     _context = context;
 }
 public RentalRecordController(VideosdbContext context)
 {
     _context = context;
 }
Example #5
0
 public AdminController(VideosdbContext context)
 {
     _context = context;
 }
Example #6
0
 public GenreController(VideosdbContext context)
 {
     _context = context;
 }
Example #7
0
 public MovieController(VideosdbContext context)
 {
     _context = context;
 }