Exemplo n.º 1
0
 public ActionResult ProductCategoryList(int PageIndex, int PageSize, string PcName)
 {
     return(Json(ProductCategoryManager.ProductCategoryList(PageIndex, PageSize, PcName), JsonRequestBehavior.AllowGet));
 }