Ejemplo n.º 1
0
 public CreateProductHandler(IProductRepository productRepository, IProductFileService productFileService,
                             IDomainEntityEventHandler <ProductOperationDomainEvent> domainEntityEventHandler)
 {
     _productRepository        = productRepository;
     _productFileService       = productFileService;
     _domainEntityEventHandler = domainEntityEventHandler;
 }