コード例 #1
0
ファイル: StudentBLL.cs プロジェクト: WuZiFei123/CoreThree
 //删除单个学生
 public int DeleStudent(int Sid)
 {
     return(dal.DeleStudent(Sid));
 }