Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active March 16, 2018 14:16
Show Gist options
  • Save deque-blog/775608ffdf52327bbdad5d264e0bfc91 to your computer and use it in GitHub Desktop.
Save deque-blog/775608ffdf52327bbdad5d264e0bfc91 to your computer and use it in GitHub Desktop.
public static ISuggestPosts suggestPosts(IAccessProfileInfo profileInfo, ICacheSuggestions cache) {
return new PostSuggestions(cache, new SuggestPopularFriendPost(profileInfo));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment