コード例 #1
0
 public RoleTypesController(dvdCollectionContext context)
 {
     _context = context;
 }
コード例 #2
0
 public ProducersController(dvdCollectionContext context)
 {
     _context = context;
 }
コード例 #3
0
 public FilmGeneresController(dvdCollectionContext context)
 {
     _context = context;
 }