@@ -21,11 +21,8 @@ class ProductoBase {
+ id: int
+ Nombre: string
+ Precio: double
- PresupuestosStock: List<Presupuestos>?
+ Habilitado: bool
+ AñadirPresupuesto(Presupuesto): bool
+ EliminarPresupuesto(Presupuesto): bool
}
@enduml
#+end_src
The note is not visible to the blocked user.