예제 #1
0
 public EnderecoGerenciador()
 {
     _context = new Contex.DContex();
 }
예제 #2
0
 public ContatoGerenciador()
 {
     _context = new Contex.DContex();
 }
 public VendaGerenciador()
 {
     _context = new Contex.DContex();
 }
예제 #4
0
 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();
 }