Example #1
0
 public ActionResult OverHighestPartsAlert_GridDataSource()
 {
     return(Json(_partsService.GetOverHighestPartAlerts(), JsonRequestBehavior.AllowGet));
 }