ICustomerRegistrationRepositoryFactoryGetRepository Method |
Returns customer registration repository for given site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax ICustomerRegistrationRepository GetRepository(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
ID of the site.
Return Value
Type:
ICustomerRegistrationRepositorySee Also