Пример #1
0
 public DevelopersController(gameindustryContext context)
 {
     _context = context;
 }
Пример #2
0
 public ContForCountryController(gameindustryContext context)
 {
     _context = context;
 }
Пример #3
0
 public CriticsController(gameindustryContext context)
 {
     _context = context;
 }
Пример #4
0
 public GenreForGameController(gameindustryContext context)
 {
     _context = context;
 }
Пример #5
0
 public GenGamesController(gameindustryContext context)
 {
     _context = context;
 }
Пример #6
0
 public PublishersForPublicController(gameindustryContext context)
 {
     _context = context;
 }
Пример #7
0
 public CountryForDeveloperController(gameindustryContext context)
 {
     _context = context;
 }
Пример #8
0
 public GamesForRateController(gameindustryContext context)
 {
     _context = context;
 }
Пример #9
0
 public RatingsForCriticsController(gameindustryContext context)
 {
     _context = context;
 }
Пример #10
0
 public PublicForGamesController(gameindustryContext context)
 {
     _context = context;
 }
Пример #11
0
 public ContinentsController(gameindustryContext context)
 {
     _context = context;
 }
Пример #12
0
 public PublicationsController(gameindustryContext context)
 {
     _context = context;
 }