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