Exemplo n.º 1
0
 public void Delete(int ID)
 {
     _tableDb.Delete(ID);
 }
Exemplo n.º 2
0
 public void Delete(int id)
 {
     tdb.Delete(id);
 }