Example #1
0
 public ProductsController(ProductCommandHandlers handler)
 {
     this.handler = handler;
 }