コード例 #1
0
ファイル: Product.cshtml.cs プロジェクト: rostamani/ShopDemo
 public void OnGet(string id)
 {
     Product = _productQuery.GetDetails(id);
 }