Click or drag to resize
ServiceEntryServiceInterface Method
Returns the service interface

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static ServiceInterface Entry<ServiceInterface>()
where ServiceInterface : class

Type Parameters

ServiceInterface

Return Value

Type: ServiceInterface
See Also