예제 #1
0
 public LocalDataController(QueueingService queueing)
 {
     _client = new LocalDataClient(queueing.ConnectionFactory);
 }
예제 #2
0
 public CardsController(QueueingService queueing)
 {
     _client          = new CardsClient(queueing.ConnectionFactory);
     _localdataClient = new LocalDataClient(queueing.ConnectionFactory);
 }