This commit is contained in:
2024-08-11 18:24:48 -03:00
parent b62fa7b021
commit 502f10131c
12 changed files with 202 additions and 218 deletions

View File

@@ -4,6 +4,5 @@ namespace Entidades
public class DetallePresupuesto: Detalle<Producto>
{
public int IdPresupuesto { get; set; }
public double CostoUnitario { get; set; }
}
}