private void FillLinkPreview(Bulletin bulletin) { var linkPreview = _activityLinkPreviewService.GetActivityLinkPreview(bulletin.Id); bulletin.LinkPreview = linkPreview; bulletin.LinkPreviewId = linkPreview?.Id; }
private void FillLinkPreview(Entities.Social social) { var linkPreview = _activityLinkPreviewService.GetActivityLinkPreview(social.Id); social.LinkPreview = linkPreview; social.LinkPreviewId = linkPreview?.Id; }