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