Example #1
0
 //删除单个学生
 public int DeleStudent(int Sid)
 {
     return(dal.DeleStudent(Sid));
 }