Constructor from specifict data service

Namespace: DotNetNuke.Services.Social.Notifications
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public NotificationsController(
	IDataService dataService,
	IDataService messagingDataService
)
Visual Basic
Public Sub New ( 
	dataService As IDataService,
	messagingDataService As IDataService
)

Parameters

dataService
Type: DotNetNuke.Services.Social.Notifications.Data..::..IDataService
Class with methods to do CRUD in database for the entities of types NotificationType, NotificationTypeAction and Notification
messagingDataService
Type: DotNetNuke.Services.Social.Messaging.Data..::..IDataService
Class with methods to do CRUD in database for the entities of types Message, MessageRecipient and MessageAttachment and to interact with the stored procedures regarding messaging

See Also