Beispiel #1
0
 public ActionResult Products(string id)
 {
     return(PartialView("_Products", _sellerService.GetAllProducts(id)));
 }