Example #1
0
 public NotificationController(INotificationViewRepository notificationRepository, ICurrentUserProvider userProvider)
 {
     _notificationRepository = notificationRepository;
     _userProvider           = userProvider;
 }
 public NotificationController(INotificationViewRepository notificationRepository)
 {
     _notificationRepository = notificationRepository;
 }
 public NotificationController(INotificationViewRepository notificationRepository, ICurrentUserProvider userProvider)
 {
     _notificationRepository = notificationRepository;
     _userProvider = userProvider;
 }