Ejemplo n.º 1
0
 public ActionResult Create()
 {
     ViewBag.danhmuc = danhMucDAO.dsDanhMuc();
     ViewBag.theloai = theLoaiDAO.dsTheLoai();
     ViewBag.tacgia  = tacGiaDAO.dsTacGia();
     ViewBag.nxb     = nXBDAO.dsNXB();
     return(View());
 }
Ejemplo n.º 2
0
        // GET: Admin/QuanLyNXB
        public ActionResult Index()
        {
            NXBDAO nXBDAO = new NXBDAO();

            return(View(nXBDAO.dsNXB()));
        }