Last updated 1 year ago
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Interface for license service provider.
public interface ILicenseServiceProvider
Gets a service.
object GetService(Type serviceType)
serviceType
Type of the service.
The service instance.