Example #1
0
 public QueueStufferController(IAssemblyFetcher assemblyFetcher, IQueueFinder queueFinder)
 {
     _assemblyFetcher = assemblyFetcher;
     _queueFinder     = queueFinder;
 }
Example #2
0
 public Chat(IQueueFinder<Message> queueFinder) {
     this.queueFinder = queueFinder;
 }
 public QueueStufferController(IAssemblyFetcher assemblyFetcher, IQueueFinder queueFinder)
 {
     _assemblyFetcher = assemblyFetcher;
     _queueFinder = queueFinder;
 }