コード例 #1
0
ファイル: PartsWarningController.cs プロジェクト: wyh0395/AMS
 public ActionResult OverHighestPartsAlert_GridDataSource()
 {
     return(Json(_partsService.GetOverHighestPartAlerts(), JsonRequestBehavior.AllowGet));
 }