コード例 #1
0
        public ActionResult BorrarEvento(int IdEvento)
        {
            BD.BorrarEvento(IdEvento);
            int Id = Convert.ToInt32(Session["Artista"]);

            return(RedirectToAction("Index", "BackOffice", new { IdArt = Id }));
        }