コード例 #1
0
 public NotificationHelper(
     MessageManager messageManager,
     EmailNotificationManager emailNotificationManager,
     UserManager userManager,
     AlertNotificationManager alertNotificationManager,
     RequestManager requestManager,
     AlertTypeManager alertTypeManager)
 {
     _messageManager           = messageManager;
     _emailNotificationManager = emailNotificationManager;
     _userManager = userManager;
     _alertNotificationManager = alertNotificationManager;
     _alertTypeManager         = alertTypeManager;
     _requestManager           = requestManager;
 }
コード例 #2
0
 public NotificationController(AlertNotificationManager alertNotificationManager, SettingsService settings)
 {
     _alertNotificationManager = alertNotificationManager;
     _settings = settings;
 }