예제 #1
0
 internal SimpleBackgroundIndexStorageCleanupQuoteObserver(IQuoteStorageService <T> storageService,
                                                           IQuoteSymbolIndexService <T> indexService)
 {
     _storageService = storageService;
     _indexService   = indexService;
 }
 public CompositeQuoteStorageService(IQuoteStorageService <T> quoteStorageService, IQuoteSymbolIndexService <T> quoteIndexService)
 {
     _quoteStorageService = quoteStorageService;
     _quoteIndexService   = quoteIndexService;
 }