コード例 #1
0
 public List <CarViewModel> GetAll()
 {
     return(obj.GetAll());
 }
コード例 #2
0
ファイル: CarController.cs プロジェクト: ngochieu0302/IG42
 public ActionResult GetAll()
 {
     return(Json(_da.GetAll(), JsonRequestBehavior.AllowGet));
 }