refactor: eliminadas lineas en blanco

This commit is contained in:
2024-03-16 12:56:11 -03:00
parent 6fe4bcd878
commit ebe118536d
16 changed files with 3 additions and 48 deletions

View File

@@ -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; }
}
}