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