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