Example #1
0
 public ActionResult Add(Dept d)
 {
     d.CreateTime = DateTime.Now;
     return(Json(DeptManager.Add(d), JsonRequestBehavior.AllowGet));
 }
Example #2
0
 public ActionResult Add(Dept d)
 {
     return(Json(DeptManager.Add(d), JsonRequestBehavior.AllowGet));
 }