Ejemplo n.º 1
0
        public static List <Student> GetallStudent()
        {
            List <Student> listStu = StudentServices.GetAllStudent();

            return(listStu);
        }