fix: <<<<head nightmare
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user