Example #1
0
 public CEmpleado(CConeccion c, int id)
 {
     this.conex = c;
     this.Id_empleado = id;
     this.sqlGetById();
 }
Example #2
0
 public CAfp(CConeccion c,int id)
 {
     this.conexion = c;
     this.Id_AFP = id;
 }
Example #3
0
 public CEmpleado(CConeccion c)
 {
     this.conex = c;
 }