Exemplo n.º 1
0
 public HistoricoPartidasController(ProjetoComSenhaApiContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public RegioesController(ProjetoComSenhaApiContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public TipoJogosController(ProjetoComSenhaApiContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public JogadoresController(ProjetoComSenhaApiContext context)
 {
     _context = context;
 }