Exemplo n.º 1
0
        public ActionResult Edit(int id)
        {
            levels         rept = new levels();
            levelviewmodel dep  = rept.GetByID(id);

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