AspNet.StarterKits.Classifieds.Web.LocationCache.GetAllLocations C# (CSharp) Method

GetAllLocations() public static method

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