- 2026-04-24 1.0.0.0 Primera versión estable

This commit is contained in:
2026-04-29 15:34:38 +02:00
parent 6a31fe40be
commit 7b0e488994
15 changed files with 37 additions and 52 deletions

View File

@@ -39,5 +39,7 @@ public partial class pagostelematicos
public string? Telefono { get; set; }
public int TipoPago { get; set; }
public virtual recibos? idReciboNavigation { get; set; }
}