예제 #1
0
 public bool AddStudent(Student s1)
 {
     return(sDao.Addstudent(s1));
 }