migracion
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user