Skip to content

Instantly share code, notes, and snippets.

@ArveSystad
Created January 11, 2016 14:47
Show Gist options
  • Save ArveSystad/0f7b8580ce76baebd9a0 to your computer and use it in GitHub Desktop.
Save ArveSystad/0f7b8580ce76baebd9a0 to your computer and use it in GitHub Desktop.
public class CustomFeedProvider : IFeedProvider
{
public IEnumerable<IFeedItem> LoadItems(IFeed feedToLoad)
{
return feedToLoad.LoadItems();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment