예제 #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());
 }