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