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

@@ -47,7 +47,7 @@ namespace Modelo
return ret;
}
override public bool Del(Remito t)
{
@@ -70,10 +70,5 @@ namespace Modelo
return ret;
}
public ReadOnlyCollection<Lote> MostrarLotes(Remito remito)
{
return remito.MostrarLotes();
}
}
}