Exemplo n.º 1
0
 public GenresController(CinimaContext context)
 {
     _context = context;
 }
 public MoviesController(CinimaContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public GenreSelectorViewComponent(CinimaContext context)
 {
     db = context;
 }