Click or drag to resize
IRoundingServiceFactoryGetRoundingService Method
Returns rounding service specific for given site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
IRoundingService GetRoundingService(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of the site.

Return Value

Type: IRoundingService
See Also