Ejemplo n.º 1
0
 public ActionResult GetRows()
 {
     return(Json(DeptManager.GetRows(), JsonRequestBehavior.AllowGet));
 }