Example #1
0
 public AlertGroupController(IAlertGroupService alertGroupService,
                             IPresenter <AlertGroupViewModel, AlertGroup> presenter, IAlertGroupValueService alertGroupValueService)
 {
     _alertGroupService      = alertGroupService;
     _presenter              = presenter;
     _alertGroupValueService = alertGroupValueService;
 }
Example #2
0
 public AlertGroupController(IAlertGroupService AlertGroupService)
 {
     _AlertGroupService = AlertGroupService;
 }