más cambios ahora funciona el tema de las facturas pero no el emailer

This commit is contained in:
fedpo
2024-10-01 02:48:17 +01:00
parent 37ff7022cf
commit 76d9b597d6
30 changed files with 156 additions and 6617 deletions

View File

@@ -14,5 +14,13 @@ namespace Entidades
return Producto.Precio * Cantidad;
}
}
public string NombreProducto
{
get
{
return Producto.Nombre;
}
}
}
}