Falta hacer la notificacion nueva
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user