示例#1
0
        public IActionResult Index()
        {
            StudentsModel sm = new StudentsModel("wwwlab.iki.his.se-dbsk");

            ViewBag.AllStudentsTable = sm.GetAllStudents();
            return(View());
        }
示例#2
0
 public IActionResult Index()
 {
     ViewBag.AllStudentsTable = sm.GetAllStudents();
     return(View());
 }