Falta hacer la notificacion nueva
This commit is contained in:
@@ -27,4 +27,8 @@ public class NotificacionDtoBuilder: Builder<NotificacionDto> {
|
||||
return this;
|
||||
}
|
||||
|
||||
public NotificacionDtoBuilder SetReceptor(string receptor) {
|
||||
data.Receptor = receptor;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user