Click or drag to resize

ConfigureNotificationInstanceOperation Constructor

Dependency injected constructor

Namespace: SanteDB.Rest.AMI.Operation
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public ConfigureNotificationInstanceOperation(
	IRepositoryService<NotificationInstance> notificationInstanceRepository,
	IRepositoryService<Concept> conceptRepositoryService
)

Parameters

notificationInstanceRepository  IRepositoryServiceNotificationInstance

[Missing <param name="notificationInstanceRepository"/> documentation for "M:SanteDB.Rest.AMI.Operation.ConfigureNotificationInstanceOperation.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.DataTypes.Concept})"]

conceptRepositoryService  IRepositoryServiceConcept

[Missing <param name="conceptRepositoryService"/> documentation for "M:SanteDB.Rest.AMI.Operation.ConfigureNotificationInstanceOperation.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.DataTypes.Concept})"]

See Also