refactor: eliminadas lineas en blanco
This commit is contained in:
@@ -9,13 +9,9 @@ namespace Entidades
|
||||
public class Lote
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public DateTime Fecha { get; set; }
|
||||
|
||||
public Producto Producto { get; set; }
|
||||
|
||||
public long CantidadDeProductos { get; set; }
|
||||
|
||||
public bool Habilitado { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user