Esempio n. 1
0
 public bool Remove()
 {
     LinkDAC dao = new LinkDAC(this.info);
     return (dao.DeleteOne() >= Utility.ONE_ROW_AFFECTED);
 }