예제 #1
0
        public void DeleteStudentByID(int id)
        {
            studdl b = new studdl();

            b.DeleteStudentByID(id);
        }
예제 #2
0
        public List <student> GetStudentbydob()
        {
            studdl c = new studdl();

            return(c.GetStudentbydob());
        }
예제 #3
0
        public void AddStudent(student stud)
        {
            studdl a = new studdl();

            a.AddStudent(stud);
        }