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