AspNet.StarterKits.Classifieds.Web.LocationCache.GetAllLocations C# (CSharp) Méthode

GetAllLocations() public static méthode

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