コード例 #1
0
 public GetNotificationsQuery(IReadOnlyNotifier notifier, IMapper mapper)
 {
     this.notifier = notifier;
     this.mapper   = mapper;
 }
コード例 #2
0
 public CountUnreadNotificationsQuery(IReadOnlyNotifier notifier)
 {
     this.notifier = notifier;
 }