Exemple #1
0
 public ActionResult ProductList(string search = "")
 {
     return(PartialView("_ProductList", ProductRepo.BySearch(search)));
 }