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