예제 #1
0
 public ActionResult Query(string keyword)
 {
     return(Json(_carModelService.QueryCarModel(keyword), JsonRequestBehavior.AllowGet));
 }