コード例 #1
0
 public ActionResult GetAll()
 {
     try
     {
         return(Json(VehicleBLL.FindAll()));
     }
     catch (Exception appException)
     {
         throw appException;
     }
 }