Exemplo n.º 1
0
 public ProductController(ProductQuery productQuery)
 {
     this.productQuery = productQuery.Build();
 }