예제 #1
0
        public async Task <IActionResult> Index()
        {
            List <Cars> cars = await _dal.GetCars();

            return(View(cars));
        }