más cambios ahora funciona el tema de las facturas pero no el emailer

This commit is contained in:
fedpo
2024-10-01 02:48:17 +01:00
parent 37ff7022cf
commit 76d9b597d6
30 changed files with 156 additions and 6617 deletions

View File

@@ -8,7 +8,7 @@
public int Id { get; set; }
public Proveedor Proveedor { get; set; }
public List<Lote> Lotes = new List<Lote>();
public void AñadirLote(Lote lote)
{