cambios nachito a form factura

This commit is contained in:
2024-08-04 02:26:06 +01:00
parent 4bc99e9cc6
commit 6092f6f08b
40 changed files with 750 additions and 116 deletions

View File

@@ -60,7 +60,14 @@ namespace Vista
Descripcion = "Perfumeria"
});
ControladoraProductos.Instance.A<EFBFBD>adir(new Producto
{
Id = 1,
Categoria = ControladoraCategorias.Instance.Listar()[0],
Habilitado = true,
Nombre = "Pantalones Vaqueros",
Precio = 2000.2
});
}
}
}