public IActionResult Index() { StudentsModel sm = new StudentsModel("wwwlab.iki.his.se-dbsk"); ViewBag.AllStudentsTable = sm.GetAllStudents(); return(View()); }
public IActionResult Index() { ViewBag.AllStudentsTable = sm.GetAllStudents(); return(View()); }