예제 #1
0
 public NotificationsPaymentRequestSubscriber(
     RabbitSettings settings,
     ILogFactory logFactory,
     IInvoiceNotificationsService notificationsService)
 {
     _settings             = settings;
     _logFactory           = logFactory;
     _notificationsService = notificationsService;
     _log = logFactory.CreateLog(this);
 }
 public MockController(IInvoiceNotificationsService notificationsService)
 {
     _notificationsService = notificationsService;
 }