コード例 #1
0
ファイル: AFBController.cs プロジェクト: chanhan/subao_bg
 public ActionResult UpdateScore(AFBSchedules afb)
 {
     int n = _IAFBService.UpdateScore(afb);
     return Json(n);
 }
コード例 #2
0
ファイル: AFBController.cs プロジェクト: chanhan/subao_bg
 public ActionResult EditSchedule(AFBSchedules basketball)
 {
     int count = _IAFBService.EditSchedule(basketball);
     return Json(count);
 }