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