Beispiel #1
0
 public BooksCountCheckJob(BookShopService bookShopService, BookRequestProducer bookRequestProducer)
 {
     _bookShopService     = bookShopService;
     _bookRequestProducer = bookRequestProducer;
 }
Beispiel #2
0
 public MarketSystem(ShopContextDbContextFactory shopDbContextFactory, BookRequestProducer producer)
 {
     _shopDbContextFactory = shopDbContextFactory;
     _producer             = producer;
 }