Example #1
0
        public JsonResult GetSessions()
        {
            SchoolController obj = new SchoolController();
            var Session          = obj.GetSessions();

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