Exemplo n.º 1
0
 public dDATOS_PERSONALES()
 {
     stringconexion   = "Data Source=(local)\\SQLEXPRESS;Initial Catalog=BOLSA_EXAMEN;Integrated Security=True";
     entidadAspirante = new eDATOS_PERSONALES();
 }
Exemplo n.º 2
0
 public nDATOS_PERSONALES()
 {
     entAspirante = new eDATOS_PERSONALES();
     accion       = new dDATOS_PERSONALES();
 }