Esempio n. 1
0
 public BreachesController(NotificationPresentationService notificationPresentationService)
 {
     _notificationPresentationService = notificationPresentationService;
 }
Esempio n. 2
0
 public RuleViolationsController(NotificationPresentationService notificationPresentationService)
 {
     _notificationPresentationService = notificationPresentationService;
 }