Example #1
0
 public ResponseActionNotificationEventConsumer(IResponseRestService responseRestService,
                                                INotificationRestService notificationRestService,
                                                ILogger <ResponseActionNotificationEventConsumer> logger) : base(responseRestService, logger)
 {
     _notificationRestService = notificationRestService;
 }