コード例 #1
0
 public void OnGet(string id)
 {
     Product = _productQuery.GetProductDetails(id);
 }