public EnderecoGerenciador() { _context = new Contex.DContex(); }
public ContatoGerenciador() { _context = new Contex.DContex(); }
public VendaGerenciador() { _context = new Contex.DContex(); }
public DadosProfissionaisGerenciador() { _context = new Contex.DContex(); }
public ClienteGerenciador() { _context = new Contex.DContex(); }
public DadosBancariosGerenciador() { _context = new Contex.DContex(); }
public ReferenciaGerenciador() { _context = new Contex.DContex(); }
public VeiculoGerenciador() { _context = new Contex.DContex(); }