Example #1
0
 public void AddStudent(Student student)
 {
     _dao.AddStudent(student);
 }