コード例 #1
0
        public ActionResult Index()
        {
            F_Car      f_cars = new F_Car();
            List <Car> list   = f_cars.List();

            return(View(list));
        }
コード例 #2
0
        public List <Car> List()
        {
            F_Car      f_cars = new F_Car();
            List <Car> list   = f_cars.List();

            return(list);
        }