示例#1
0
 public ClientesDAO()
 {
     Conexion = new ConexionDAO();
 }
示例#2
0
 public SimulacionesDAO()
 {
     Conexion = new ConexionDAO();
 }