8.1.1 Filtering the Product List; Listing 8-1. Enhancing the ProductsListViewModel.cs File

chap08
Jason Zhu 2021-09-08 21:22:41 +10:00
parent 5b843e3cdb
commit 0086a9a75f
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ namespace SportsStore.WebUI.Models
{
public IEnumerable<Product> Products { get; set; }
public PagingInfo PagingInfo { get; set; }
public string CurrentCategory { get; set; }
}
}