public genresController(MyTheatreContext db)
 {
     _db = db;
 }
Exemple #2
0
 public videosController(MyTheatreContext db)
 {
     _db = db;
 }