Ejemplo n.º 1
0
 public CustomerEventListener(ISQLRepository repo)
 {
     _repo        = repo;
     _eventSender = new ServiceBusQueueEvents();
 }
 public CustomerEventsListener(ICustomerRepository repo, IConfiguration config)
 {
     this.repo   = repo;
     eventSender = new ServiceBusQueueEvents(config);
 }