Browse Source

Remove temp code

pull/870/head
Halil ibrahim Kalkan 7 years ago
parent
commit
6df1221f78
  1. 2
      samples/RabbitMqEventBus/App1/Program.cs

2
samples/RabbitMqEventBus/App1/Program.cs

@ -14,8 +14,6 @@ namespace App1
{
application.Initialize();
var x = application.ServiceProvider.GetRequiredService<App1TextEventHandler>();
var messagingService = application
.ServiceProvider
.GetRequiredService<App1MessagingService>();

Loading…
Cancel
Save