Пример #1
0
        public ActionResult Create()
        {
            var categorys = bookBL.BindCategory();

            ViewBag.Mycategory = new SelectList(categorys, "CategoryId", "CategoryName");
            return(View());
        }