|
|
|
@ -184,9 +184,9 @@ namespace ModularCrm.Products.Orders |
|
|
|
IDistributedEventHandler<OrderPlacedEto>, |
|
|
|
ITransientDependency |
|
|
|
{ |
|
|
|
private readonly IRepository<Product, Guid> _productRepository; |
|
|
|
private readonly IProductRepository _productRepository; |
|
|
|
|
|
|
|
public OrderEventHandler(IRepository<Product, Guid> productRepository) |
|
|
|
public OrderEventHandler(IProductRepository productRepository) |
|
|
|
{ |
|
|
|
_productRepository = productRepository; |
|
|
|
} |
|
|
|
|