Esempio n. 1
0
 public void UpdateStudent(Student student)
 {
     _studnetDAO.UpdateStudent(student);
 }