cambios nachito a form factura

This commit is contained in:
2024-08-11 18:24:04 -03:00
parent 6f95fd935a
commit e3aec2879e
39 changed files with 847 additions and 70 deletions

View File

@@ -8,5 +8,9 @@ namespace Entidades
public Producto Producto { get; set; }
public long CantidadDeProductos { get; set; }
public bool Habilitado { get; set; }
public string NombreProducto
{
get { return Producto?.Nombre ?? string.Empty; }
}
}
}