Beispiel #1
0
 public void Delete(int id)
 {
     objDB.Delete(id);
 }
Beispiel #2
0
 public void Delete(int Id)
 {
     objDb.Delete(Id);
 }