Exemplo n.º 1
0
 public StarsViewComponent(LexiconMovieContext context)
 {
     this.context = context;
 }
 public GenreSelectService2(LexiconMovieContext db)
 {
     this.db = db;
 }
Exemplo n.º 3
0
 public MoviesController(LexiconMovieContext context)
 {
     _context = context;
 }
 public StarViewComponent(LexiconMovieContext db)
 {
     this.db = db;
 }