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
IEventAggregatorThe event aggregator.
userService
IUserServiceThe user service.
clipboardService
IClipboardServiceThe clipboard service.
logAndDisplayErrorService
ILogAndDisplayErrorServiceThe log and display error service.