Exemplo n.º 1
0
 public TeamsController(EsportDBContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public ChartsController(EsportDBContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public CountriesController(EsportDBContext context)
 {
     _context = context;
 }
 public OrganisationsController(EsportDBContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public PlayersController(EsportDBContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public GamesController(EsportDBContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public DepartmentsController(EsportDBContext context)
 {
     _context = context;
 }