Exemple #1
0
 public void DelBtn(int id)
 {
     this.dbManager.Execute(conn => DalPower.DelBtn(conn, id));
 }