migration: notificacion datetime

This commit is contained in:
2025-01-05 18:00:19 -03:00
parent b176ee64b2
commit 5b3e65db2f
2 changed files with 7 additions and 7 deletions

View File

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