Example #1
0
 //批量删除学生
 public int DeleteStudents(string ids)
 {
     return(dal.DeleteStudents(ids));
 }