AspNet.StarterKits.Classifieds.Web.CategoryCache.GetAllCategories C# (CSharp) Method

GetAllCategories() public static method

public static GetAllCategories ( ) : List
return List
		public static List<CachedCategory> GetAllCategories()
		{
			return GetAllCategories(HttpContext.Current);
		}

Same methods

CategoryCache::GetAllCategories ( HttpContext context ) : List