コード例 #1
0
ファイル: BreachesController.cs プロジェクト: Minoxsys/CPMS
 public BreachesController(NotificationPresentationService notificationPresentationService)
 {
     _notificationPresentationService = notificationPresentationService;
 }
コード例 #2
0
 public RuleViolationsController(NotificationPresentationService notificationPresentationService)
 {
     _notificationPresentationService = notificationPresentationService;
 }