public ActionResult UcProductListByClientID(string id )
{
// take only 4 by category
int cid = id.ToProductId(id);
var clientproductlistModel = _productService.GetProductListBySeller(cid).ToList();
return View(clientproductlistModel);
}
Share This with your friend by choosing any social account