コード例 #1
0
 public ProductController(ProductQuery productQuery)
 {
     this.productQuery = productQuery.Build();
 }