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