Click or drag to resize

AppletSubscriptionRepository Constructor

Applet subscription repository DI constructor

Namespace:  SanteDB.Core.Applets.Services.Impl
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
public AppletSubscriptionRepository(
	IAppletManagerService appletManagerService,
	IAppletSolutionManagerService appletSolutionManagerService = null
)

Parameters

appletManagerService
Type: SanteDB.Core.Applets.ServicesIAppletManagerService

[Missing <param name="appletManagerService"/> documentation for "M:SanteDB.Core.Applets.Services.Impl.AppletSubscriptionRepository.#ctor(SanteDB.Core.Applets.Services.IAppletManagerService,SanteDB.Core.Applets.Services.IAppletSolutionManagerService)"]

appletSolutionManagerService (Optional)
Type: SanteDB.Core.Applets.ServicesIAppletSolutionManagerService

[Missing <param name="appletSolutionManagerService"/> documentation for "M:SanteDB.Core.Applets.Services.Impl.AppletSubscriptionRepository.#ctor(SanteDB.Core.Applets.Services.IAppletManagerService,SanteDB.Core.Applets.Services.IAppletSolutionManagerService)"]

See Also