Click or drag to resize

ProvisioningServiceHelperGetProvisioningService Method

Gets the provisioning service.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public Service GetProvisioningService(
	Guid serviceId
)

Parameters

serviceId
Type: SystemGuid
The service identifier.

Return Value

Type: Service
Requested provisioning service.

Implements

IProvisioningServiceHelperGetProvisioningService(Guid)
See Also