Ejemplo n.º 1
0
 public ActionResult Filter(ProductViewModel model)
 {
     return(PartialView("_List", ProductRepo.Filter(model)));
 }