コード例 #1
0
 public ActionResult SearchByCategory(int id)
 {
     return(PartialView("_Getall", services.GetProdectByCategoryId(id)));
 }