cambios nachito a form factura

This commit is contained in:
fedpo
2024-08-04 21:38:55 +01:00
committed by fede
parent bb568299cb
commit f0a0f53765
13 changed files with 174 additions and 21 deletions

View File

@@ -12,5 +12,17 @@ namespace Entidades
{
get { return Producto?.Nombre ?? string.Empty; }
}
<<<<<<< HEAD
public double PrecioUnitario
{
get { return Producto?.Precio ?? 0; }
}
public double Subtotal
{
get { return PrecioUnitario * CantidadDeProductos; }
}
=======
>>>>>>> 5b78d74e54350285696596720e82f5fbd99b4d02
}
}