falta que se actualize numProducto y los infomes

This commit is contained in:
fedpo
2024-08-06 15:11:39 +01:00
parent a9ebcff78b
commit 8b80e421a4
51 changed files with 721 additions and 472 deletions

View File

@@ -23,5 +23,12 @@ namespace Entidades
throw;
}
}
public string NombreProveedor
{
get
{
return Proveedor.Nombre;
}
}
}
}