Ejemplo n.º 1
0
        public ActionResult CrearNivel()
        {
            CrearNivel modeloCrearNivel = new CrearNivel();

            Tipo();
            return(View(modeloCrearNivel));
        }
Ejemplo n.º 2
0
 public ActionResult CrearNivel(CrearNivel modeloDatos)
 {
     Tipo();
     return(View("Index"));
 }