arreglados los eliminar
This commit is contained in:
@@ -9,13 +9,8 @@
|
||||
|
||||
public Proveedor Proveedor { get; set; }
|
||||
public int IdProveedor { get; set; }
|
||||
|
||||
private List<Lote> lotesDeProductosEntregados = new List<Lote>();
|
||||
public ReadOnlyCollection<Lote> Lotes => lotesDeProductosEntregados.AsReadOnly();
|
||||
public ReadOnlyCollection<Lote> MostrarLotes()
|
||||
{
|
||||
return lotesDeProductosEntregados.AsReadOnly();
|
||||
}
|
||||
public void AñadirLote(Lote lote)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user