Beispiel #1
0
 public void InsertStudent(Student newStudent)
 {
     _studnetDAO.InsertStudent(newStudent);
 }