예제 #1
0
 public RoleTypesController(dvdCollectionContext context)
 {
     _context = context;
 }
예제 #2
0
 public ProducersController(dvdCollectionContext context)
 {
     _context = context;
 }
예제 #3
0
 public FilmGeneresController(dvdCollectionContext context)
 {
     _context = context;
 }