Skip to content

Instantly share code, notes, and snippets.

@marcduiker
Last active August 29, 2015 14:09
Show Gist options
  • Save marcduiker/2b15f8eff29303113816 to your computer and use it in GitHub Desktop.
Save marcduiker/2b15f8eff29303113816 to your computer and use it in GitHub Desktop.
using Sitecore.Data;
using Sitecore.Data.Items;
namespace SitecorePlayground.Common.Interfaces.Providers
{
public interface IItemProvider
{
Item GetItem(ID itemId);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment