コード例 #1
0
 public ActionResult XoaTamThoiLSP(String id)
 {
     return(View(CuaHangBUS.ChiTietLSPAdmin(id)));
 }
コード例 #2
0
        //------------------------------------------------------------------------------

        //public ActionResult Create()
        //{
        //    return View();
        //}

        //// POST: Admin/NhaSanXuat/Create
        //[HttpPost]
        //public ActionResult Create(LoaiSanPham lsp)
        //{
        //    try
        //    {
        //        // TODO: Add insert logic here
        //        CuaHangBUS.ThemLSP(lsp);
        //        return RedirectToAction("Index");
        //    }
        //    catch
        //    {
        //        return View();
        //    }
        //}

        //------------------------------------------------------------------------------

        // GET: Admin/LoaiSanPhamAdmin/Edit/5
        public ActionResult Edit(String id)
        {
            return(View(CuaHangBUS.ChiTietLSPAdmin(id)));
        }