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