refactor: eliminadas lineas en blanco
This commit is contained in:
@@ -32,7 +32,6 @@ namespace Modelo
|
||||
{
|
||||
if (t.Lotes == null) return;
|
||||
|
||||
|
||||
t.Proveedor = context.Proveedores.First(x => x.Cuit == t.Proveedor.Cuit);
|
||||
|
||||
var listaLotes = new List<Lote>();
|
||||
@@ -52,10 +51,8 @@ namespace Modelo
|
||||
|
||||
}
|
||||
|
||||
|
||||
t.Lotes = listaLotes;
|
||||
|
||||
|
||||
context.Remitos.Add(t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user