コード例 #1
0
        public ActionResult GetTargetAgreementUniversities(int sourceUniversityId)
        {
            List <KeyValueIntStr> model = _adminBusinessLogic.GetTargetAgreementUniversities(sourceUniversityId);

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