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