public PartidoService(ProjetoUrnaContext context) { _context = context; }
public PresidenteService(ProjetoUrnaContext context) { _context = context; }
public PartidoesController(ProjetoUrnaContext context) { _context = context; }