Пример #1
0
 public List <CarViewModel> GetAll()
 {
     return(obj.GetAll());
 }
Пример #2
0
 public ActionResult GetAll()
 {
     return(Json(_da.GetAll(), JsonRequestBehavior.AllowGet));
 }