Пример #1
0
        public JsonResult DeleteStudy(Study study)
        {
            if (study.SelectedValue != null)
            {
                study.AddNewStudyResult = bll.BllDeleteStudy(study.SelectedValue);
            }

            return(Json(study, JsonRequestBehavior.AllowGet));
        }