/// <summary> /// Gets the countries for a specific store. /// </summary> /// <param name="storeId">Id of the store.</param> /// <returns>A collection of country objects.</returns> public static IEnumerable <Country> GetCountries(long storeId) { return(TeaCommerceHelper.GetCountries(storeId)); }