Exemplo n.º 1
0
        public ActionResult show(ShowStudentDetails showStudentDetails)
        {
            var student = new ShowStudentDetails();
            var details = student.ShowDetails();

            return(View(details));
        }
Exemplo n.º 2
0
        public ActionResult Show()
        {
            var student = new ShowStudentDetails();
            var details = student.ShowDetails();

            return(View(student));
        }