Click or drag to resize

RestServiceFactory Constructor

Rest service factory

Namespace: SanteDB.Rest.Common
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public RestServiceFactory(
	IConfigurationManager configurationManager,
	IServiceManager serviceManager
)

Parameters

configurationManager  IConfigurationManager

[Missing <param name="configurationManager"/> documentation for "M:SanteDB.Rest.Common.RestServiceFactory.#ctor(SanteDB.Core.Services.IConfigurationManager,SanteDB.Core.Services.IServiceManager)"]

serviceManager  IServiceManager

[Missing <param name="serviceManager"/> documentation for "M:SanteDB.Rest.Common.RestServiceFactory.#ctor(SanteDB.Core.Services.IConfigurationManager,SanteDB.Core.Services.IServiceManager)"]

See Also