示例#1
0
 public int DeleteData(String ID)
 {
     return(da.DeleteData(ID));
 }