Falta hacer la notificacion nueva

This commit is contained in:
2025-01-08 23:50:32 -03:00
parent cf07c51eb1
commit 9a623a8b59
11 changed files with 396 additions and 30 deletions

View File

@@ -26,6 +26,7 @@ public class NotificacionesController: ControllerBase {
.SetMensaje(i.Mensaje)
.SetFecha(i.Fecha)
.SetPropiedad(i.IdpropiedadNavigation.Id.ToString())
.SetReceptor(i.DniclienteNavigation.Email)
.Build();
noti.Add(dto);