Exemplo n.º 1
0
 public GamesPlatformsController(GameDevCompaniesContext context)
 {
     _context = context;
 }
 public ChartsController(GameDevCompaniesContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public GamesDevelopersController(GameDevCompaniesContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public GenresController(GameDevCompaniesContext context)
 {
     _context = context;
 }
 public SubsidiariesController(GameDevCompaniesContext context)
 {
     _context = context;
 }
 public DistributorsController(GameDevCompaniesContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public ComputerGamesController(GameDevCompaniesContext context)
 {
     _context = context;
 }