Exemplo n.º 1
0
        public ActionResult Index()
        {
            IEnumerable <StudentModel> std = obj.GetStudentinfo();

            return(View(std));
        }