예제 #1
0
        public ActionResult About()
        {
            ViewBag.Message = "Your application description page.";


            return(View(obj.GetStudents().ToList()));
        }
예제 #2
0
 public ActionResult Index()
 {
     return(View(client.GetStudents()));
 }