Skip to content

Instantly share code, notes, and snippets.

@carlwoodhouse
Created January 12, 2016 09:48
Show Gist options
  • Select an option

  • Save carlwoodhouse/d2f5ca262d407e8b028e to your computer and use it in GitHub Desktop.

Select an option

Save carlwoodhouse/d2f5ca262d407e8b028e to your computer and use it in GitHub Desktop.
public interface ICategoryService : IDependency {
IEnumerable<IContentItemSummary> GetItemsForCategory(int categoryId);
IEnumerable<string> GetCategoryTypes();
Dictionary<int, string> GetCategoriesByTypeName(string typeName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment