Ejemplo n.º 1
0
 public ClienteDatos()
 {
     DAL   = new DALCliente();
     Datos = new List <Cliente>();
     DAL.CrearBaseDatos();
 }