Example #1
0
 public ActionResult GetById(int id)
 {
     return(Json(DeptManager.GetById(id), JsonRequestBehavior.AllowGet));
 }