Example #1
0
        public ActionResult  GetStudents()
        {
            StudentCore sCore = new StudentCore();
            DataTable   model = sCore.getAll();

            return(View(model));
        }