예제 #1
0
 public HomeController(IBus bus, IStatusStoreClient statusStoreClient)
 {
     _bus = bus;
     _statusStoreClient = statusStoreClient;
 }
예제 #2
0
 public BigStuffHandler(IBus bus, IStatusStoreClient statusStoreClient)
 {
     _bus = bus;
     _statusStoreClient = statusStoreClient;
 }