Ejemplo n.º 1
0
        public IActionResult Activate(string key)
        {
            TaiKhoanBUS taikhoanbus = new TaiKhoanBUS();
            string      thongbao    = taikhoanbus.Activate(key);

            return(RedirectToAction("Index", "Home", new { thongbao = thongbao }));
        }