Beispiel #1
0
 public ClientRepository(IMXRabbitClient queueClient)
 {
     _queueClient = queueClient;
 }
Beispiel #2
0
 public BookRepository(IMXRabbitClient queueClient, IMXProductCatalogMongoRepository productCatalogMongoRepository, IBookSearchRepository bookSearchRepository)
 {
     _queueClient = queueClient;
     _productCatalogMongoRepository = productCatalogMongoRepository;
     _bookSearchRepository = bookSearchRepository;
 }
 public BookRepository(IMXRabbitClient queueClient, IMXProductCatalogMongoRepository productCatalogMongoRepository, IBookSearchRepository bookSearchRepository)
 {
     _queueClient = queueClient;
     _productCatalogMongoRepository = productCatalogMongoRepository;
     _bookSearchRepository          = bookSearchRepository;
 }