コード例 #1
0
 public ActionResult Delete(int id)
 {
     _teamAppService.DeleteTeam(id);
     return(Json(new { success = true, message = "删除科室信息成功!" }, JsonRequestBehavior.AllowGet));
 }