Exemple #1
0
 public JsonResult UpdateEnrollmentSection(int EnrollmentId, int SectionId)
 {
     return(Json(new { success = dao.UpdateEnrollmentSection(EnrollmentId, SectionId) }));
 }