cambios a la estructura de las entidades para que se puedan usar en modelbuilder

This commit is contained in:
fedpo
2024-08-15 04:00:19 +01:00
parent 247a19b84a
commit 5702be49d5
13 changed files with 39 additions and 51 deletions

View File

@@ -9,6 +9,7 @@ namespace Entidades
public int Cantidad { get; set; }
public T Producto { get; set; }
public int IdProducto { get; set; }
}
}