Exemplo n.º 1
0
        public ActionResult updata(levelviewmodel lev)
        {
            levels rept  = new levels();
            var    depts = rept.updata(lev);

            return(Json(depts, JsonRequestBehavior.AllowGet));
        }