public ActionResult UpdateScore(AFBSchedules afb) { int n = _IAFBService.UpdateScore(afb); return Json(n); }
public ActionResult EditSchedule(AFBSchedules basketball) { int count = _IAFBService.EditSchedule(basketball); return Json(count); }