migracion

This commit is contained in:
2025-01-07 22:16:57 -03:00
parent c2d29317d5
commit 9993e427e0
3 changed files with 17 additions and 12 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ public partial class Contrato
public virtual Venta? IdventaNavigation { get; set; }
public virtual ICollection<Garante> Dnigarantes { get; set; } = new List<Garante>();
public virtual ICollection<Canon> Idcanons { get; set; } = new List<Canon>();
public virtual ICollection<Garante> Idgarantes { get; set; } = new List<Garante>();
}