Ejemplo n.º 1
0
        public ActionResult InsertStudent(int ID)
        {
            var student = iclassservice.AddStudentByClasId(ID);

            return(View(student));
        }