Exemplo n.º 1
0
 public JsonResult Edit(int categoryId)
 {
     return(Json(_categoryManager.GetById(categoryId), JsonRequestBehavior.AllowGet));
 }