Beispiel #1
0
        public ActionResult AdvertiseCar()
        {
            _selectListHelper = new SelectListHelper();
            var newCar = new CarShopModel();

            newCar.Categorys = slh.GetAllParentCategory();
            return(View(newCar));
        }