Ejemplo n.º 1
0
 public ActionResult Grid_CarModelDataSource()
 {
     return(Json(_carModelService.GetAllCarModel(), JsonRequestBehavior.AllowGet));
 }