Ejemplo n.º 1
0
        public JsonResult getclass()
        {
            IEnumerable <teacherviewmodel> depts = rept.GetAll();

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