refactor: eliminadas lineas en blanco
This commit is contained in:
@@ -11,9 +11,7 @@ namespace Entidades
|
||||
public class Remito
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
private List<Lote> LotesDeProductosEntregados { get; set; }
|
||||
|
||||
public Proveedor Proveedor { get; set; }
|
||||
|
||||
public ReadOnlyCollection<Lote> MostrarLotes()
|
||||
@@ -30,7 +28,6 @@ namespace Entidades
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
throw;
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user