8.1.1 Filtering the Product List; Listing 8-1. Enhancing the ProductsListViewModel.cs File
parent
5b843e3cdb
commit
0086a9a75f
|
@ -10,5 +10,6 @@ namespace SportsStore.WebUI.Models
|
|||
{
|
||||
public IEnumerable<Product> Products { get; set; }
|
||||
public PagingInfo PagingInfo { get; set; }
|
||||
public string CurrentCategory { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue