Пример #1
0
 public ActionResult TableBrand()
 {
     if (Session["admin"] == null)
     {
         Response.Redirect("~/Admin2/Home/Login");
     }
     return(View(br.SelectListBrand()));
 }
Пример #2
0
        public TransportSidebar()
        {
            BrandModel    brand = new BrandModel();
            CategoryModel cat   = new CategoryModel();

            _brandList    = brand.SelectListBrand();
            _categoryList = cat.SelectListCategory();
        }