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