Skip to content

Instantly share code, notes, and snippets.

@komainu85
Created March 20, 2015 13:19
Show Gist options
  • Save komainu85/55de08be2df27b5374a6 to your computer and use it in GitHub Desktop.
Save komainu85/55de08be2df27b5374a6 to your computer and use it in GitHub Desktop.
ICustomRepositoryActions
public interface ICustomRepositoryActions<T> : Sitecore.Services.Core.IRepository<T> where T : IEntityIdentity
{
string DoSometingCustom();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment