public HistoricoPartidasController(ProjetoComSenhaApiContext context) { _context = context; }
public RegioesController(ProjetoComSenhaApiContext context) { _context = context; }
public TipoJogosController(ProjetoComSenhaApiContext context) { _context = context; }
public JogadoresController(ProjetoComSenhaApiContext context) { _context = context; }