public CategoryController(MvcMovieContextWeek2 context)
 {
     _context = context;
 }
Beispiel #2
0
 public MoviesController(MvcMovieContextWeek2 context)
 {
     _context = context;
 }