/// <summary> /// Gets a country region from a specfic store. /// </summary> /// <param name="storeId">Id of the store.</param> /// <param name="countryRegionId">The country region id.</param> /// <returns>A country region object.</returns> public static CountryRegion GetCountryRegion(long storeId, long countryRegionId) { return(TeaCommerceHelper.GetCountryRegion(storeId, countryRegionId)); }