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