public PublishersController(VideoGamesDBContext context)
 {
     _context = context;
 }
 public GenresController(VideoGamesDBContext context)
 {
     _context = context;
 }
コード例 #3
0
 public EsrbsController(VideoGamesDBContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DevelopersController(VideoGamesDBContext context)
 {
     _context = context;
 }