migracion: añadido entidades Auditoria

This commit is contained in:
2025-01-27 16:40:02 -03:00
parent 27f20b92e8
commit 00d4ec8a0e
4 changed files with 95 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ public partial class Cliente
public virtual ICollection<Contrato> ContratoDnipropietarioNavigations { get; set; } = new List<Contrato>();
public virtual ICollection<Log> Logs { get; set; } = new List<Log>();
public virtual ICollection<Notificacione> NotificacioneDniclienteNavigations { get; set; } = new List<Notificacione>();
public virtual ICollection<Notificacione> NotificacioneDniremitenteNavigations { get; set; } = new List<Notificacione>();