示例#1
0
 public ActionResult GetDepartment()
 {
     return(Json(new { data = M_Req.GetDepartment() }, JsonRequestBehavior.AllowGet));
 }