Exemplo n.º 1
0
        public ActionResult AddContent(int seanceID, string contenuTitre)
        {
            seanceService.AddContentToSeance(seanceID, contenuTitre);

            System.Web.HttpContext.Current.Session[SESSION_UV] = true;

            return(RedirectToAction("Edit", new { id = seanceID }));
        }