Exemplo n.º 1
0
 public ActionResult ProductCategoryAdd(ProductCategory pro)
 {
     return(Json(ProductCategoryManager.ProductCategoryAdd(pro), JsonRequestBehavior.AllowGet));
 }