コード例 #1
0
        // GET: CustomerManage
        public ActionResult Index()
        {
            List <Cars> cars = context.Collection().ToList();

            return(View(cars));
        }