示例#1
0
 public bool DeleteStudent(string _studenID)
 {
     return(studentDA.DeleteStudent(_studenID));
 }