/// <summary> /// Gets a currency from a specfic store. /// </summary> /// <param name="storeId">Id of the store.</param> /// <param name="currencyId">The currency id.</param> /// <returns>A currency object.</returns> public static Currency GetCurrency(long storeId, long currencyId) { return(TeaCommerceHelper.GetCurrency(storeId, currencyId)); }