Ejemplo n.º 1
0
 public GetTopSoldProductsQueryHandler(IDataSource dataSource, ITopSoldProductService topSoldProductService)
 {
     _dataSource            = dataSource;
     _topSoldProductService = topSoldProductService;
 }
Ejemplo n.º 2
0
 public UpdateStockCommandHandler(ITopSoldProductService topSoldProductService, IDataSource dataSource)
 {
     _topSoldProductService = topSoldProductService;
     _dataSource            = dataSource;
 }