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

@@ -27,4 +27,8 @@ public class NotificacionDtoBuilder: Builder<NotificacionDto> {
return this;
}
public NotificacionDtoBuilder SetReceptor(string receptor) {
data.Receptor = receptor;
return this;
}
}