Exemplo n.º 1
0
        public ActionResult addlevel(levelviewmodel dept)
        {
            levels rept = new levels();

            rept.Add(dept);
            return(Json("success", JsonRequestBehavior.AllowGet));
        }