fix: <<<<head nightmare

This commit is contained in:
fedpo
2024-08-04 22:08:37 +01:00
committed by fede
parent f0a0f53765
commit f023ce3b2d
25 changed files with 0 additions and 179 deletions

View File

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