Table of Contents

Constructor BaseMainController

Namespace
Innova.Prism.Library.Controllers
Assembly
Innova.Prism.Library.dll

BaseMainController(IEventAggregator, IUserService, IClipboardService, ILogAndDisplayErrorService)

Initializes a new instance of the BaseMainController class.

public BaseMainController(IEventAggregator eventAggregator, IUserService userService, IClipboardService clipboardService, ILogAndDisplayErrorService logAndDisplayErrorService)

Parameters

eventAggregator IEventAggregator

The event aggregator.

userService IUserService

The user service.

clipboardService IClipboardService

The clipboard service.

logAndDisplayErrorService ILogAndDisplayErrorService

The log and display error service.