Esempio n. 1
0
 public void SaveBtn(string BtnKey, int BtnType, string sfid)
 {
     this.dbManager.Execute(conn => DalPower.SaveBtn(conn, BtnKey, BtnType, sfid));
 }