Ejemplo n.º 1
0
        public ActionResult NextCSP(int id)
        {
            int nextId = CSP.GetNextCSP(id);

            return(RedirectToAction("Notes", new { id = nextId }));
        }