Exemple #1
0
 public BreachesController(NotificationPresentationService notificationPresentationService)
 {
     _notificationPresentationService = notificationPresentationService;
 }
Exemple #2
0
 public RuleViolationsController(NotificationPresentationService notificationPresentationService)
 {
     _notificationPresentationService = notificationPresentationService;
 }