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