Ejemplo n.º 1
0
        public ActionResult <IEnumerable <StudentModel> > Get()
        {
            JsonResult json = new JsonResult(_student.FindAllStudents());

            return(json);
        }