Esempio n. 1
0
 public ActionResult WarehousedParts_GridDataSource()
 {
     return(Json(_partsService.GetAllParts(), JsonRequestBehavior.AllowGet));
 }