示例#1
0
 public bool InsertStudent(StudentDAO student)
 {
     return(rsc.InsertStudent(student));
 }