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