Click or drag to resize
CurrencyConverterService Constructor
Initializes a new instance of the CurrencyConverter.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public CurrencyConverterService(
	IEventLogService eventLogService,
	ICurrencyConverterFactory currencyConverterFactory
)

Parameters

eventLogService
Type: CMS.CoreIEventLogService
Service for logging events.
currencyConverterFactory
Type: CMS.EcommerceICurrencyConverterFactory
Creates new ICurrencyConverter objects.
See Also