Example #1
0
 public ActionResult Delete(long scheduleId)
 {
     CRCDataAccess.DeleteSchedule(scheduleId);
     return(Json(true, JsonRequestBehavior.AllowGet));
 }