Exemplo n.º 1
0
 public void SendMessage(IDomainEvent ev, string queueName)
 {
     _bus.Send(ev.OutputJson(), queueName);
 }