コード例 #1
0
        public void OnGet()
        {
            //Get the products from the list for the table.
            ProductsModel productModel = new ProductsModel();

            Products = productModel.FindAll();
        }