예제 #1
0
 public void ExecuteDeletion()
 {
     DbConnector.GetInstance().DeleteEntry(this.id, this.tableName);
 }