Beispiel #1
0
 public GanresController(DBFilmsContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CategoriesController(DBFilmsContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ActorsController(DBFilmsContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public QueriesController(DBFilmsContext context)
 {
     _context = context;
 }