Example #1
0
 public JsonResult GetSectionOptions(int TermCourseId)
 {
     return(Json(dao.GetSectionOptions(TermCourseId), JsonRequestBehavior.AllowGet));
 }