示例#1
0
 public void Delete(int ID)
 {
     _tableDb.Delete(ID);
 }
示例#2
0
 public void Delete(int id)
 {
     tdb.Delete(id);
 }