Ejemplo n.º 1
0
        public IActionResult Index()
        {
            StudentsModel sm = new StudentsModel("wwwlab.iki.his.se-dbsk");

            ViewBag.AllStudentsTable = sm.GetAllStudents();
            return(View());
        }
Ejemplo n.º 2
0
 public IActionResult Index()
 {
     ViewBag.AllStudentsTable = sm.GetAllStudents();
     return(View());
 }