public PowershellNotificationChannelDefinitionsViewModelFactory(PowershellNotificationChannelDefinitionViewModelFactory factory, IDialogCoordinator dialogCoordinator, Func <IEventAggregator> eventAggregator, Func <INotifyModelChangedEventPublisher> eventPublisher) : base(factory) { this.factory = factory; this.dialogCoordinator = dialogCoordinator; this.eventAggregator = eventAggregator; this.eventPublisher = eventPublisher; }
public PowershellNotificationChannelDefinitionsViewModel(IList <PowershellNotificationChannelDefinition> model, PowershellNotificationChannelDefinitionViewModelFactory factory, IDialogCoordinator dialogCoordinator, IEventAggregator eventAggregator, INotifyModelChangedEventPublisher eventPublisher) : base(model, factory, dialogCoordinator, eventAggregator, eventPublisher) { this.DisplayName = "PowerShell"; }
public PowershellNotificationChannelDefinitionsViewModel(IList <PowershellNotificationChannelDefinition> model, PowershellNotificationChannelDefinitionViewModelFactory factory, IDialogCoordinator dialogCoordinator, IEventAggregator eventAggregator, INotifiableEventPublisher eventPublisher) : base(model, factory, dialogCoordinator, eventAggregator, eventPublisher) { }