Exemplo n.º 1
0
 public ActionResult ProductCategoryDel(int PcId)
 {
     return(Json(ProductCategoryManager.ProductCategoryDel(PcId), JsonRequestBehavior.AllowGet));
 }