コード例 #1
0
ファイル: Products.cshtml.cs プロジェクト: TenZdenda/The-Farm
 public void OnGet()
 {
     Products = catalog.AllProducts();
 }